#AABA9A

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

Shades of Norway #AABA9A

Tints of Norway #AABA9A

Color information

#AABA9A (or 0xAABA9A) is unknown color: approx Norway. HEX triplet: AA, BA and 9A. RGB value is (170,186,154). Sum of RGB (Red+Green+Blue) = 170+186+154=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA9A is #554565. Grayscale: #B1B1B1. Windows color (decimal): -5588326 or 10140330. OLE color: 10140330.

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

Color convert

RGB170186154-
CMYK0.0900.170.27
HSL90º18.82%66.67%-
HSV(B)90º17.2%72.94%-
XYZ39.974637.34-
YUV177.57114.7122.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=33.33%
G=36.47%
B=30.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861540.0900.170.279018.8266.67
HexAABA9A90111B5a1343
Octal252272232110213313223103
Binary1010101010111010100110101001010001110111011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA9A; }

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

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

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

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

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

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

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

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