#ACAF7B

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

Shades of Locust #ACAF7B

Tints of Locust #ACAF7B

Color information

#ACAF7B (or 0xACAF7B) is unknown color: approx Locust. HEX triplet: AC, AF and 7B. RGB value is (172,175,123). Sum of RGB (Red+Green+Blue) = 172+175+123=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF7B is #535084. Grayscale: #A8A8A8. Windows color (decimal): -5460101 or 8105900. OLE color: 8105900.

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

Color convert

RGB172175123-
CMYK0.0200.300.31
HSL63.46º24.53%58.43%-
HSV(B)63.46º29.71%68.63%-
XYZ35.9240.8624.73-
YUV168.18102.51130.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=36.60%
G=37.23%
B=26.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751230.0200.300.3163.4624.5358.43
HexACAF7B201E1F3f193a
Octal254257173203637773172
Binary10101100101011111111011100111101111111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF7B; }

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

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

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

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

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

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

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

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