#ABAF72

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

Shades of Locust #ABAF72

Tints of Locust #ABAF72

Color information

#ABAF72 (or 0xABAF72) is unknown color: approx Locust. HEX triplet: AB, AF and 72. RGB value is (171,175,114). Sum of RGB (Red+Green+Blue) = 171+175+114=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF72 is #54508D. Grayscale: #A7A7A7. Windows color (decimal): -5525646 or 7516075. OLE color: 7516075.

HSL color Cylindrical-coordinate representation of color #ABAF72: hue angle of 63.93º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABAF72 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB171175114-
CMYK0.0200.350.31
HSL63.93º27.6%56.67%-
HSV(B)63.93º34.86%68.63%-
XYZ35.1640.5321.89-
YUV166.8598.17130.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=37.17%
G=38.04%
B=24.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751140.0200.350.3163.9327.656.67
HexABAF7220231F401c39
Octal2532571622043371003471
Binary1010101110101111111001010010001111111100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF72; }

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

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

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

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

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

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

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

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