#ACAF97

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

Shades of Bud #ACAF97

Tints of Bud #ACAF97

Color information

#ACAF97 (or 0xACAF97) is unknown color: approx Bud. HEX triplet: AC, AF and 97. RGB value is (172,175,151). Sum of RGB (Red+Green+Blue) = 172+175+151=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF97 is #535068. Grayscale: #ABABAB. Windows color (decimal): -5460073 or 9940908. OLE color: 9940908.

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

Color convert

RGB172175151-
CMYK0.0200.140.31
HSL67.5º13.04%63.92%-
HSV(B)67.5º13.71%68.63%-
XYZ37.9341.6635.32-
YUV171.37116.51128.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=34.54%
G=35.14%
B=30.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751510.0200.140.3167.513.0463.92
HexACAF9720E1F44d40
Octal25425722720163710415100
Binary101011001010111110010111100111011111100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF97; }

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

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

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

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

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

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

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

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