#AAAF8D

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

Shades of Bud #AAAF8D

Tints of Bud #AAAF8D

Color information

#AAAF8D (or 0xAAAF8D) is unknown color: approx Bud. HEX triplet: AA, AF and 8D. RGB value is (170,175,141). Sum of RGB (Red+Green+Blue) = 170+175+141=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8D is #555072. Grayscale: #A9A9A9. Windows color (decimal): -5591155 or 9285546. OLE color: 9285546.

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

Color convert

RGB170175141-
CMYK0.0300.190.31
HSL68.82º17.53%61.96%-
HSV(B)68.82º19.43%68.63%-
XYZ36.7241.1331.2-
YUV169.63111.84128.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=34.98%
G=36.01%
B=29.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751410.0300.190.3168.8217.5361.96
HexAAAF8D30131F45123e
Octal2522572153023371052276
Binary1010101010101111100011011101001111111100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF8D; }

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

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

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

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

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

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

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

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