#AABA99

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

Shades of Norway #AABA99

Tints of Norway #AABA99

Color information

#AABA99 (or 0xAABA99) is unknown color: approx Norway. HEX triplet: AA, BA and 99. RGB value is (170,186,153). Sum of RGB (Red+Green+Blue) = 170+186+153=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA99 is #554566. Grayscale: #B1B1B1. Windows color (decimal): -5588327 or 10074794. OLE color: 10074794.

HSL color Cylindrical-coordinate representation of color #AABA99: hue angle of 89.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABA99 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB170186153-
CMYK0.0900.180.27
HSL89.09º19.3%66.47%-
HSV(B)89.09º17.74%72.94%-
XYZ39.8945.9636.91-
YUV177.45114.2122.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=33.40%
G=36.54%
B=30.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861530.0900.180.2789.0919.366.47
HexAABA9990121B591342
Octal252272231110223313123102
Binary1010101010111010100110011001010010110111011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA99; }

 p { color: rgb(170,186,153); }

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

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

 a { background-color: rgb(170,186,153); }

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

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

 span { border-color: rgb(170,186,153); }

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