#AABA98

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

Shades of Norway #AABA98

Tints of Norway #AABA98

Color information

#AABA98 (or 0xAABA98) is unknown color: approx Norway. HEX triplet: AA, BA and 98. RGB value is (170,186,152). Sum of RGB (Red+Green+Blue) = 170+186+152=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA98 is #554567. Grayscale: #B1B1B1. Windows color (decimal): -5588328 or 10009258. OLE color: 10009258.

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

Color convert

RGB170186152-
CMYK0.0900.180.27
HSL88.24º19.77%66.27%-
HSV(B)88.24º18.28%72.94%-
XYZ39.845.9336.47-
YUV177.34113.7122.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=33.46%
G=36.61%
B=29.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861520.0900.180.2788.2419.7766.27
HexAABA9890121B581442
Octal252272230110223313024102
Binary1010101010111010100110001001010010110111011000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA98; }

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

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

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

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

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

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

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

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