#AAB59C

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

Shades of Norway #AAB59C

Tints of Norway #AAB59C

Color information

#AAB59C (or 0xAAB59C) is unknown color: approx Norway. HEX triplet: AA, B5 and 9C. RGB value is (170,181,156). Sum of RGB (Red+Green+Blue) = 170+181+156=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB59C is #554A63. Grayscale: #AEAEAE. Windows color (decimal): -5589604 or 10270122. OLE color: 10270122.

HSL color Cylindrical-coordinate representation of color #AAB59C: hue angle of 86.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB59C is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB170181156-
CMYK0.0600.140.29
HSL86.4º14.45%66.08%-
HSV(B)86.4º13.81%70.98%-
XYZ39.143.9937.88-
YUV174.86117.36124.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=33.53%
G=35.70%
B=30.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811560.0600.140.2986.414.4566.08
HexAAB59C60E1D56e42
Octal25226523460163512616102
Binary1010101010110101100111001100111011101101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB59C; }

 p { color: rgb(170,181,156); }

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

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

 a { background-color: rgb(170,181,156); }

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

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

 span { border-color: rgb(170,181,156); }

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