#ACAF8E

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

Shades of Bud #ACAF8E

Tints of Bud #ACAF8E

Color information

#ACAF8E (or 0xACAF8E) is unknown color: approx Bud. HEX triplet: AC, AF and 8E. RGB value is (172,175,142). Sum of RGB (Red+Green+Blue) = 172+175+142=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF8E is #535071. Grayscale: #AAAAAA. Windows color (decimal): -5460082 or 9351084. OLE color: 9351084.

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

Color convert

RGB172175142-
CMYK0.0200.190.31
HSL65.45º17.1%62.16%-
HSV(B)65.45º18.86%68.63%-
XYZ37.2341.3831.62-
YUV170.34112.01129.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=35.17%
G=35.79%
B=29.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751420.0200.190.3165.4517.162.16
HexACAF8E20131F41113e
Octal2542572162023371012176
Binary1010110010101111100011101001001111111100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF8E; }

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

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

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

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

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

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

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

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