#AABA9D

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

Shades of Norway #AABA9D

Tints of Norway #AABA9D

Color information

#AABA9D (or 0xAABA9D) is unknown color: approx Norway. HEX triplet: AA, BA and 9D. RGB value is (170,186,157). Sum of RGB (Red+Green+Blue) = 170+186+157=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA9D is #554562. Grayscale: #B2B2B2. Windows color (decimal): -5588323 or 10336938. OLE color: 10336938.

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

Color convert

RGB170186157-
CMYK0.0900.160.27
HSL93.1º17.37%67.25%-
HSV(B)93.1º15.59%72.94%-
XYZ40.2246.138.68-
YUV177.91116.2122.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=33.14%
G=36.26%
B=30.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861570.0900.160.2793.117.3767.25
HexAABA9D90101B5d1143
Octal252272235110203313521103
Binary1010101010111010100111011001010000110111011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA9D; }

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

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

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

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

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

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

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

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