#AAAB8E

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

Shades of Bud #AAAB8E

Tints of Bud #AAAB8E

Color information

#AAAB8E (or 0xAAAB8E) is unknown color: approx Bud. HEX triplet: AA, AB and 8E. RGB value is (170,171,142). Sum of RGB (Red+Green+Blue) = 170+171+142=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB8E is #555471. Grayscale: #A7A7A7. Windows color (decimal): -5592178 or 9350058. OLE color: 9350058.

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

Color convert

RGB170171142-
CMYK0.0100.170.33
HSL62.07º14.72%61.37%-
HSV(B)62.07º16.96%67.06%-
XYZ36.0239.6231.34-
YUV167.4113.67129.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=35.20%
G=35.40%
B=29.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711420.0100.170.3362.0714.7261.37
HexAAAB8E1011213ef3d
Octal252253216102141761775
Binary10101010101010111000111010100011000011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB8E; }

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

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

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

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

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

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

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

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