#ACAF93

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

Shades of Bud #ACAF93

Tints of Bud #ACAF93

Color information

#ACAF93 (or 0xACAF93) is unknown color: approx Bud. HEX triplet: AC, AF and 93. RGB value is (172,175,147). Sum of RGB (Red+Green+Blue) = 172+175+147=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF93 is #53506C. Grayscale: #ABABAB. Windows color (decimal): -5460077 or 9678764. OLE color: 9678764.

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

Color convert

RGB172175147-
CMYK0.0200.160.31
HSL66.43º14.89%63.14%-
HSV(B)66.43º16%68.63%-
XYZ37.6141.5433.64-
YUV170.91114.51128.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=34.82%
G=35.43%
B=29.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751470.0200.160.3166.4314.8963.14
HexACAF9320101F42f3f
Octal2542572232020371021777
Binary101011001010111110010011100100001111110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF93; }

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

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

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

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

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

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

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

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