#ACAF87

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

Shades of Bud #ACAF87

Tints of Bud #ACAF87

Color information

#ACAF87 (or 0xACAF87) is unknown color: approx Bud. HEX triplet: AC, AF and 87. RGB value is (172,175,135). Sum of RGB (Red+Green+Blue) = 172+175+135=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF87 is #535078. Grayscale: #A9A9A9. Windows color (decimal): -5460089 or 8892332. OLE color: 8892332.

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

Color convert

RGB172175135-
CMYK0.0200.230.31
HSL64.5º20%60.78%-
HSV(B)64.5º22.86%68.63%-
XYZ36.7241.1828.94-
YUV169.54108.51129.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=35.68%
G=36.31%
B=28.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751350.0200.230.3164.52060.78
HexACAF8720171F40143d
Octal2542572072027371002475
Binary1010110010101111100001111001011111111100000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF87; }

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

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

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

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

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

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

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

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