#ACAF71

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

Shades of Locust #ACAF71

Tints of Locust #ACAF71

Color information

#ACAF71 (or 0xACAF71) is unknown color: approx Locust. HEX triplet: AC, AF and 71. RGB value is (172,175,113). Sum of RGB (Red+Green+Blue) = 172+175+113=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF71 is #53508E. Grayscale: #A7A7A7. Windows color (decimal): -5460111 or 7450540. OLE color: 7450540.

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

Color convert

RGB172175113-
CMYK0.0200.350.31
HSL62.9º27.93%56.47%-
HSV(B)62.9º35.43%68.63%-
XYZ35.3240.6221.6-
YUV167.0497.51131.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=37.39%
G=38.04%
B=24.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751130.0200.350.3162.927.9356.47
HexACAF7120231F3f1c38
Octal254257161204337773470
Binary101011001010111111100011001000111111111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF71; }

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

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

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

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

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

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

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

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