#ACAF92

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

Shades of Bud #ACAF92

Tints of Bud #ACAF92

Color information

#ACAF92 (or 0xACAF92) is unknown color: approx Bud. HEX triplet: AC, AF and 92. RGB value is (172,175,146). Sum of RGB (Red+Green+Blue) = 172+175+146=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF92 is #53506D. Grayscale: #AAAAAA. Windows color (decimal): -5460078 or 9613228. OLE color: 9613228.

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

Color convert

RGB172175146-
CMYK0.0200.170.31
HSL66.21º15.34%62.94%-
HSV(B)66.21º16.57%68.63%-
XYZ37.5341.5133.23-
YUV170.8114.01128.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=34.89%
G=35.50%
B=29.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751460.0200.170.3166.2115.3462.94
HexACAF9220111F42f3f
Octal2542572222021371021777
Binary101011001010111110010010100100011111110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF92; }

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

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

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

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

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

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

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

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