#AABA9B

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

Shades of Norway #AABA9B

Tints of Norway #AABA9B

Color information

#AABA9B (or 0xAABA9B) is unknown color: approx Norway. HEX triplet: AA, BA and 9B. RGB value is (170,186,155). Sum of RGB (Red+Green+Blue) = 170+186+155=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA9B is #554564. Grayscale: #B1B1B1. Windows color (decimal): -5588325 or 10205866. OLE color: 10205866.

HSL color Cylindrical-coordinate representation of color #AABA9B: hue angle of 90.97º degrees, saturation: 0.18, 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 #AABA9B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB170186155-
CMYK0.0900.170.27
HSL90.97º18.34%66.86%-
HSV(B)90.97º16.67%72.94%-
XYZ40.0546.0337.78-
YUV177.68115.2122.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=33.27%
G=36.40%
B=30.33%

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
Decimal1701861550.0900.170.2790.9718.3466.86
HexAABA9B90111B5b1243
Octal252272233110213313322103
Binary1010101010111010100110111001010001110111011011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA9B; }

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

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

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

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

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

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

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

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