#AAAF8A

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

Shades of Bud #AAAF8A

Tints of Bud #AAAF8A

Color information

#AAAF8A (or 0xAAAF8A) is unknown color: approx Bud. HEX triplet: AA, AF and 8A. RGB value is (170,175,138). Sum of RGB (Red+Green+Blue) = 170+175+138=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8A is #555075. Grayscale: #A9A9A9. Windows color (decimal): -5591158 or 9088938. OLE color: 9088938.

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

Color convert

RGB170175138-
CMYK0.0300.210.31
HSL68.11º18.78%61.37%-
HSV(B)68.11º21.14%68.63%-
XYZ36.4941.0430.04-
YUV169.29110.34128.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=35.20%
G=36.23%
B=28.57%

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
Decimal1701751380.0300.210.3168.1118.7861.37
HexAAAF8A30151F44133d
Octal2522572123025371042375
Binary1010101010101111100010101101010111111100010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF8A; }

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

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

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

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

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

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

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

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