#ACAF96

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

Shades of Bud #ACAF96

Tints of Bud #ACAF96

Color information

#ACAF96 (or 0xACAF96) is unknown color: approx Bud. HEX triplet: AC, AF and 96. RGB value is (172,175,150). Sum of RGB (Red+Green+Blue) = 172+175+150=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF96 is #535069. Grayscale: #ABABAB. Windows color (decimal): -5460074 or 9875372. OLE color: 9875372.

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

Color convert

RGB172175150-
CMYK0.0200.140.31
HSL67.2º13.51%63.73%-
HSV(B)67.2º14.29%68.63%-
XYZ37.8541.6334.9-
YUV171.25116.01128.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=34.61%
G=35.21%
B=30.18%

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
Decimal1721751500.0200.140.3167.213.5163.73
HexACAF9620E1F43e40
Octal25425722620163710316100
Binary101011001010111110010110100111011111100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF96; }

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

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

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

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

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

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

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

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