#AABB99

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

Shades of Norway #AABB99

Tints of Norway #AABB99

Color information

#AABB99 (or 0xAABB99) is unknown color: approx Norway. HEX triplet: AA, BB and 99. RGB value is (170,187,153). Sum of RGB (Red+Green+Blue) = 170+187+153=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB99 is #554466. Grayscale: #B2B2B2. Windows color (decimal): -5588071 or 10075050. OLE color: 10075050.

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

Color convert

RGB170187153-
CMYK0.0900.180.27
HSL90º20%66.67%-
HSV(B)90º18.18%73.33%-
XYZ40.146.3936.98-
YUV178.04113.87122.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 153 (60.16% from 255) = 30%
R=33.33%
G=36.67%
B=30%

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
Decimal1701871530.0900.180.27902066.67
HexAABB9990121B5a1443
Octal252273231110223313224103
Binary1010101010111011100110011001010010110111011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB99; }

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

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

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

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

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

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

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

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