#ACAF72

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

Shades of Locust #ACAF72

Tints of Locust #ACAF72

Color information

#ACAF72 (or 0xACAF72) is unknown color: approx Locust. HEX triplet: AC, AF and 72. RGB value is (172,175,114). Sum of RGB (Red+Green+Blue) = 172+175+114=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF72 is #53508D. Grayscale: #A7A7A7. Windows color (decimal): -5460110 or 7516076. OLE color: 7516076.

HSL color Cylindrical-coordinate representation of color #ACAF72: hue angle of 62.95º 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 #ACAF72 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB172175114-
CMYK0.0200.350.31
HSL62.95º27.6%56.67%-
HSV(B)62.95º34.86%68.63%-
XYZ35.3840.6521.9-
YUV167.1598.01131.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=37.31%
G=37.96%
B=24.73%

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
Decimal1721751140.0200.350.3162.9527.656.67
HexACAF7220231F3f1c39
Octal254257162204337773471
Binary101011001010111111100101001000111111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF72; }

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

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

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

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

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

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

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

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