Color Hex Logo

#aba575 Color Hex

#ABA575
(171,165,117)
0 Favorites   0 Comments

Color spaces of #aba575

RGB 171165117
HSL0.150.240.56
HSV53°32°67°
CMYK 0.000.040.32   0.33
XYZ33.460636.852522.1793
Yxy36.85250.36180.3984
Hunter Lab60.7063-7.848820.8325
CIE-Lab67.1662-5.426025.7128

#aba575 color RGB value is (171,165,117).

#aba575 hex color red value is 171, green value is 165 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aba575 hue: 0.15 , saturation: 0.24 and the lightness value of aba575 is 0.56.

The process color (four color CMYK) of #aba575 color hex is 0.00, 0.04, 0.32, 0.33. Web safe color of #aba575 is #999966. Color #aba575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01110101
Octal 253 245 165
Decimal 171 165 117
Hex AB A5 75

RGB Percentages of Color #aba575

%37.75
%36.42
%25.83

CMYK Percentages of Color #aba575

%0
%4
%32
%33

Triadic Colors of #aba575

#aba575 #75aba5 #a575ab

Analogous Colors of #aba575

#aba575 #96ab75 #ab8a75

Monochromatic Colors of #aba575

#aba575

Complementary Color

#aba575 #757bab

#aba575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba575 Color CSS Codes

.mybgcolor {background-color:#aba575; } 
.myforecolor {color:#aba575; }
.mybordercolor {border:3px solid #aba575; }

#aba575 Text Font Color

<p style="color:#aba575">Text here</p>

This sample text font color is #aba575
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aba575 Background Color

<div style="background-color:#aba575">
Div content here</div>

This div background color is #aba575


#aba575 Border Color

<div style="border:3px solid #aba575">
Div here</div>

This div border color is #aba575


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,165,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aba575; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aba575;
  -webkit-box-shadow: 1px 1px 3px 2px #aba575;
  box-shadow:         1px 1px 3px 2px #aba575; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,165,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aba575">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aba575;
  -webkit-box-shadow: 1px 1px 3px 2px #aba575;
  box-shadow:         1px 1px 3px 2px #aba575;">
Div content here</div>

This div box has shadow with color #aba575


Comments

No comments written yet.

Please login to write comment.