Html Css Color HEX #ACAF74 Locust

📋 copy color: '#ACAF74'

red 172 ◦ green 175 ◦ blue 116

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

Shades of Locust #ACAF74

Tints of Locust #ACAF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 37.15%
G = 37.8%
B = 25.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ACAF74 (or 0xACAF74) is known color: Locust. HEX triplet: AC, AF and 74. RGB value is (172,175,116). Sum of RGB (Red+Green+Blue) = 172+175+116=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF74 is #53508B. Grayscale: #A7A7A7. Windows color (decimal): -5460108 or 7647148. OLE color: 7647148.

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

Color convert

RGB 172 175 116 -
CMYK 0.02 0 0.34 0.31
HSL 63.05º 0.27% 0.57% -
HSV(B) 63.05º 0.34% 0.69% -
XYZ 35.5 40.69 22.51 -
YUV 167.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 172 175 116 0.02 0 0.34 0.31 63.05 0.27 0.57
Hex AC AF 74 2 0 22 1F 3F 1B 39
Octal 254 257 164 2 0 42 37 77 33 71
Binary 10101100 10101111 1110100 10 0 100010 11111 111111 11011 111001

Color Harmonies of #ACAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF74

Black with #ACAF74

Text Example


Text Example

White with #ACAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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