Html Css Color HEX #AABA98 Norway

📋 copy color: '#AABA98'

red 170 ◦ green 186 ◦ blue 152

#AABA98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #AABA98

Tints of Norway #AABA98

RGB

 RED value IS 170 (66.8% 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 value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#AABA98 (or 0xAABA98) is known color: 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

RGB 170 186 152 -
CMYK 0.09 0 0.18 0.27
HSL 88.24º 0.2% 0.66% -
HSV(B) 88.24º 0.18% 0.73% -
XYZ 39.8 45.93 36.47 -
YUV 177.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 170 186 152 0.09 0 0.18 0.27 88.24 0.2 0.66
Hex AA BA 98 9 0 12 1B 58 14 42
Octal 252 272 230 11 0 22 33 130 24 102
Binary 10101010 10111010 10011000 1001 0 10010 11011 1011000 10100 1000010

Color Harmonies of #AABA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA98

Black with #AABA98

Text Example


Text Example

White with #AABA98

Text Example


Text Example

HTML Codes & Css Web 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>