#ACAF86

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

Shades of Bud #ACAF86

Tints of Bud #ACAF86

Color information

#ACAF86 (or 0xACAF86) is unknown color: approx Bud. HEX triplet: AC, AF and 86. RGB value is (172,175,134). Sum of RGB (Red+Green+Blue) = 172+175+134=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF86 is #535079. Grayscale: #A9A9A9. Windows color (decimal): -5460090 or 8826796. OLE color: 8826796.

HSL color Cylindrical-coordinate representation of color #ACAF86: hue angle of 64.39º 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 #ACAF86 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB172175134-
CMYK0.0200.230.31
HSL64.39º20.4%60.59%-
HSV(B)64.39º23.43%68.63%-
XYZ36.6541.1528.57-
YUV169.43108.01129.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=35.76%
G=36.38%
B=27.86%

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
Decimal1721751340.0200.230.3164.3920.460.59
HexACAF8620171F40143d
Octal2542572062027371002475
Binary1010110010101111100001101001011111111100000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF86; }

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

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

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

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

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

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

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

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