#ACAF77

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

Shades of Locust #ACAF77

Tints of Locust #ACAF77

Color information

#ACAF77 (or 0xACAF77) is unknown color: approx Locust. HEX triplet: AC, AF and 77. RGB value is (172,175,119). Sum of RGB (Red+Green+Blue) = 172+175+119=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF77 is #535088. Grayscale: #A7A7A7. Windows color (decimal): -5460105 or 7843756. OLE color: 7843756.

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

Color convert

RGB172175119-
CMYK0.0200.320.31
HSL63.21º25.93%57.65%-
HSV(B)63.21º32%68.63%-
XYZ35.6740.7623.44-
YUV167.72100.51131.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=36.91%
G=37.55%
B=25.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751190.0200.320.3163.2125.9357.65
HexACAF7720201F3f1a3a
Octal254257167204037773272
Binary101011001010111111101111001000001111111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF77; }

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

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

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

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

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

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

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

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