#AABA94

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

Shades of Norway #AABA94

Tints of Norway #AABA94

Color information

#AABA94 (or 0xAABA94) is unknown color: approx Norway. HEX triplet: AA, BA and 94. RGB value is (170,186,148). Sum of RGB (Red+Green+Blue) = 170+186+148=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA94 is #55456B. Grayscale: #B1B1B1. Windows color (decimal): -5588332 or 9747114. OLE color: 9747114.

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

Color convert

RGB170186148-
CMYK0.0900.200.27
HSL85.26º21.59%65.49%-
HSV(B)85.26º20.43%72.94%-
XYZ39.4845.834.78-
YUV176.88111.7123.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=33.73%
G=36.90%
B=29.37%

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
Decimal1701861480.0900.200.2785.2621.5965.49
HexAABA9490141B551641
Octal252272224110243312526101
Binary1010101010111010100101001001010100110111010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA94; }

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

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

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

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

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

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

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

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