Html Css Color HEX #AABA9E Norway

📋 copy color: '#AABA9E'

red 170 ◦ green 186 ◦ blue 158

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

Shades of Norway #AABA9E

Tints of Norway #AABA9E

RGB

 RED value IS 170 (66.8% from 255) = 33.07%

 GREEN value IS 186 (73.05% from 255) = 36.19%

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 33.07%
G = 36.19%
B = 30.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#AABA9E (or 0xAABA9E) is known color: Norway. HEX triplet: AA, BA and 9E. RGB value is (170,186,158). Sum of RGB (Red+Green+Blue) = 170+186+158=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA9E is #554561. Grayscale: #B2B2B2. Windows color (decimal): -5588322 or 10402474. OLE color: 10402474.

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

Color convert

RGB 170 186 158 -
CMYK 0.09 0 0.15 0.27
HSL 94.29º 0.17% 0.67% -
HSV(B) 94.29º 0.15% 0.73% -
XYZ 40.31 46.13 39.13 -
YUV 178.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 170 186 158 0.09 0 0.15 0.27 94.29 0.17 0.67
Hex AA BA 9E 9 0 F 1B 5E 11 43
Octal 252 272 236 11 0 17 33 136 21 103
Binary 10101010 10111010 10011110 1001 0 1111 11011 1011110 10001 1000011

Color Harmonies of #AABA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA9E

Black with #AABA9E

Text Example


Text Example

White with #AABA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA9E; }

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

 H1.HeaderClassName
 {
   color: #AABA9E;
 }
 .AnyTagClassName
 {
   color: #AABA9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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