Html Css Color HEX #ACAF77 Locust

📋 copy color: '#ACAF77'

red 172 ◦ green 175 ◦ blue 119

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

Shades of Locust #ACAF77

Tints of Locust #ACAF77

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 value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ACAF77 (or 0xACAF77) is known color: 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

RGB 172 175 119 -
CMYK 0.02 0 0.32 0.31
HSL 63.21º 0.26% 0.58% -
HSV(B) 63.21º 0.32% 0.69% -
XYZ 35.67 40.76 23.44 -
YUV 167.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 172 175 119 0.02 0 0.32 0.31 63.21 0.26 0.58
Hex AC AF 77 2 0 20 1F 3F 1A 3A
Octal 254 257 167 2 0 40 37 77 32 72
Binary 10101100 10101111 1110111 10 0 100000 11111 111111 11010 111010

Color Harmonies of #ACAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF77

Black with #ACAF77

Text Example


Text Example

White with #ACAF77

Text Example


Text Example

HTML Codes & Css Web 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>