#ACAF83

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

Shades of Locust #ACAF83

Tints of Locust #ACAF83

Color information

#ACAF83 (or 0xACAF83) is unknown color: approx Locust. HEX triplet: AC, AF and 83. RGB value is (172,175,131). Sum of RGB (Red+Green+Blue) = 172+175+131=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF83 is #53507C. Grayscale: #A9A9A9. Windows color (decimal): -5460093 or 8630188. OLE color: 8630188.

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

Color convert

RGB172175131-
CMYK0.0200.250.31
HSL64.09º21.57%60%-
HSV(B)64.09º25.14%68.63%-
XYZ36.4441.0727.48-
YUV169.09106.51130.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 131 (51.56% from 255) = 27.41%
R=35.98%
G=36.61%
B=27.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751310.0200.250.3164.0921.5760
HexACAF8320191F40163c
Octal2542572032031371002674
Binary1010110010101111100000111001100111111100000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF83; }

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

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

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

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

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

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

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

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