#ACAF75

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

Shades of Locust #ACAF75

Tints of Locust #ACAF75

Color information

#ACAF75 (or 0xACAF75) is unknown color: approx Locust. HEX triplet: AC, AF and 75. RGB value is (172,175,117). Sum of RGB (Red+Green+Blue) = 172+175+117=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF75 is #53508A. Grayscale: #A7A7A7. Windows color (decimal): -5460107 or 7712684. OLE color: 7712684.

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

Color convert

RGB172175117-
CMYK0.0200.330.31
HSL63.1º26.61%57.25%-
HSV(B)63.1º33.14%68.63%-
XYZ35.5540.7122.81-
YUV167.4999.51131.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=37.07%
G=37.72%
B=25.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751170.0200.330.3163.126.6157.25
HexACAF7520211F3f1b39
Octal254257165204137773371
Binary101011001010111111101011001000011111111111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF75; }

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

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

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

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

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

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

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

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