#ACAF7D

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

Shades of Locust #ACAF7D

Tints of Locust #ACAF7D

Color information

#ACAF7D (or 0xACAF7D) is unknown color: approx Locust. HEX triplet: AC, AF and 7D. RGB value is (172,175,125). Sum of RGB (Red+Green+Blue) = 172+175+125=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF7D is #535082. Grayscale: #A8A8A8. Windows color (decimal): -5460099 or 8236972. OLE color: 8236972.

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

Color convert

RGB172175125-
CMYK0.0200.290.31
HSL63.6º23.81%58.82%-
HSV(B)63.6º28.57%68.63%-
XYZ36.0440.9125.4-
YUV168.4103.51130.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=36.44%
G=37.08%
B=26.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751250.0200.290.3163.623.8158.82
HexACAF7D201D1F40183b
Octal2542571752035371003073
Binary101011001010111111111011001110111111100000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF7D; }

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

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

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

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

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

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

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

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