#ABAA72

Color #ABAA72 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #ABAA72

Tints of Locust #ABAA72

Color information

#ABAA72 (or 0xABAA72) is unknown color: approx Locust. HEX triplet: AB, AA and 72. RGB value is (171,170,114). Sum of RGB (Red+Green+Blue) = 171+170+114=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA72 is #54558D. Grayscale: #A4A4A4. Windows color (decimal): -5526926 or 7514795. OLE color: 7514795.

HSL color Cylindrical-coordinate representation of color #ABAA72: hue angle of 58.95º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAA72 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB171170114-
CMYK00.010.330.33
HSL58.95º25.33%55.88%-
HSV(B)58.95º33.33%67.06%-
XYZ34.2138.6221.57-
YUV163.9299.83133.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=37.58%
G=37.36%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117011400.010.330.3358.9525.3355.88
HexABAA720121213b1938
Octal253252162014141733170
Binary101010111010101011100100110000110000111101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA72; }

 p { color: rgb(171,170,114); }

 H1.HeaderClassName
 {
   color: #ABAA72;
 }
 .AnyTagClassName
 {
   color: #ABAA72;
 }
</style>
background-color css

<style>
 a { background-color: #ABAA72; }

 a { background-color: rgb(171,170,114); }

 div.DivClassName
 {
   background-color: #ABAA72;
 }
 .BgClassName
 {
   background-color: #ABAA72;
 }
</style>
border-color css

<style>
 span { border-color: #ABAA72; }

 span { border-color: rgb(171,170,114); }

 td.TdClassName
 {
   border-color: #ABAA72;
 }
 .TagClassName
 {
   border-color: #ABAA72;
 }
</style>