Html Css Color HEX #ACAF76 Locust

📋 copy color: '#ACAF76'

red 172 ◦ green 175 ◦ blue 118

#ACAF76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #ACAF76

Tints of Locust #ACAF76

RGB

 RED value IS 172 (67.58% from 255) = 36.99%

 GREEN value IS 175 (68.75% from 255) = 37.63%

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 36.99%
G = 37.63%
B = 25.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#ACAF76 (or 0xACAF76) is known color: Locust. HEX triplet: AC, AF and 76. RGB value is (172,175,118). Sum of RGB (Red+Green+Blue) = 172+175+118=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF76 is #535089. Grayscale: #A7A7A7. Windows color (decimal): -5460106 or 7778220. OLE color: 7778220.

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

Color convert

RGB 172 175 118 -
CMYK 0.02 0 0.33 0.31
HSL 63.16º 0.26% 0.57% -
HSV(B) 63.16º 0.33% 0.69% -
XYZ 35.61 40.74 23.13 -
YUV 167.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 172 175 118 0.02 0 0.33 0.31 63.16 0.26 0.57
Hex AC AF 76 2 0 21 1F 3F 1A 39
Octal 254 257 166 2 0 41 37 77 32 71
Binary 10101100 10101111 1110110 10 0 100001 11111 111111 11010 111001

Color Harmonies of #ACAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF76

Black with #ACAF76

Text Example


Text Example

White with #ACAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF76; }

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

 H1.HeaderClassName
 {
   color: #ACAF76;
 }
 .AnyTagClassName
 {
   color: #ACAF76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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