#AAAF8C

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

Shades of Bud #AAAF8C

Tints of Bud #AAAF8C

Color information

#AAAF8C (or 0xAAAF8C) is unknown color: approx Bud. HEX triplet: AA, AF and 8C. RGB value is (170,175,140). Sum of RGB (Red+Green+Blue) = 170+175+140=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8C is #555073. Grayscale: #A9A9A9. Windows color (decimal): -5591156 or 9220010. OLE color: 9220010.

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

Color convert

RGB170175140-
CMYK0.0300.20.31
HSL68.57º17.95%61.76%-
HSV(B)68.57º20%68.63%-
XYZ36.6441.130.81-
YUV169.52111.34128.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=35.05%
G=36.08%
B=28.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751400.0300.20.3168.5717.9561.76
HexAAAF8C30141F45123e
Octal2522572143024371052276
Binary1010101010101111100011001101010011111100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF8C; }

 p { color: rgb(170,175,140); }

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

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

 a { background-color: rgb(170,175,140); }

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

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

 span { border-color: rgb(170,175,140); }

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