Html Css Color HEX #ACAF81 Locust

📋 copy color: '#ACAF81'

red 172 ◦ green 175 ◦ blue 129

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

Shades of Locust #ACAF81

Tints of Locust #ACAF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 36.13%
G = 36.76%
B = 27.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#ACAF81 (or 0xACAF81) is known color: Locust. HEX triplet: AC, AF and 81. RGB value is (172,175,129). Sum of RGB (Red+Green+Blue) = 172+175+129=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF81 is #53507E. Grayscale: #A9A9A9. Windows color (decimal): -5460095 or 8499116. OLE color: 8499116.

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

Color convert

RGB 172 175 129 -
CMYK 0.02 0 0.26 0.31
HSL 63.91º 0.22% 0.6% -
HSV(B) 63.91º 0.26% 0.69% -
XYZ 36.31 41.02 26.77 -
YUV 168.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 172 175 129 0.02 0 0.26 0.31 63.91 0.22 0.6
Hex AC AF 81 2 0 1A 1F 40 16 3C
Octal 254 257 201 2 0 32 37 100 26 74
Binary 10101100 10101111 10000001 10 0 11010 11111 1000000 10110 111100

Color Harmonies of #ACAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF81

Black with #ACAF81

Text Example


Text Example

White with #ACAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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