#AAAF8B

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

Shades of Bud #AAAF8B

Tints of Bud #AAAF8B

Color information

#AAAF8B (or 0xAAAF8B) is unknown color: approx Bud. HEX triplet: AA, AF and 8B. RGB value is (170,175,139). Sum of RGB (Red+Green+Blue) = 170+175+139=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8B is #555074. Grayscale: #A9A9A9. Windows color (decimal): -5591157 or 9154474. OLE color: 9154474.

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

Color convert

RGB170175139-
CMYK0.0300.210.31
HSL68.33º18.37%61.57%-
HSV(B)68.33º20.57%68.63%-
XYZ36.5741.0730.43-
YUV169.4110.84128.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=35.12%
G=36.16%
B=28.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751390.0300.210.3168.3318.3761.57
HexAAAF8B30151F44123e
Octal2522572133025371042276
Binary1010101010101111100010111101010111111100010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF8B; }

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

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

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

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

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

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

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

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