#AABA95

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

Shades of Norway #AABA95

Tints of Norway #AABA95

Color information

#AABA95 (or 0xAABA95) is unknown color: approx Norway. HEX triplet: AA, BA and 95. RGB value is (170,186,149). Sum of RGB (Red+Green+Blue) = 170+186+149=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA95 is #55456A. Grayscale: #B1B1B1. Windows color (decimal): -5588331 or 9812650. OLE color: 9812650.

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

Color convert

RGB170186149-
CMYK0.0900.200.27
HSL85.95º21.14%65.69%-
HSV(B)85.95º19.89%72.94%-
XYZ39.5645.8335.2-
YUV177112.2123.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=33.66%
G=36.83%
B=29.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861490.0900.200.2785.9521.1465.69
HexAABA9590141B561542
Octal252272225110243312625102
Binary1010101010111010100101011001010100110111010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA95; }

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

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

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

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

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

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

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

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