#AAAB90

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

Shades of Bud #AAAB90

Tints of Bud #AAAB90

Color information

#AAAB90 (or 0xAAAB90) is unknown color: approx Bud. HEX triplet: AA, AB and 90. RGB value is (170,171,144). Sum of RGB (Red+Green+Blue) = 170+171+144=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB90 is #55546F. Grayscale: #A7A7A7. Windows color (decimal): -5592176 or 9481130. OLE color: 9481130.

HSL color Cylindrical-coordinate representation of color #AAAB90: hue angle of 62.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAAB90 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170171144-
CMYK0.0100.160.33
HSL62.22º13.85%61.76%-
HSV(B)62.22º15.79%67.06%-
XYZ36.1739.6932.14-
YUV167.62114.67129.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=35.05%
G=35.26%
B=29.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711440.0100.160.3362.2213.8561.76
HexAAAB901010213ee3e
Octal252253220102041761676
Binary10101010101010111001000010100001000011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB90; }

 p { color: rgb(170,171,144); }

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

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

 a { background-color: rgb(170,171,144); }

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

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

 span { border-color: rgb(170,171,144); }

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