Html Css Color HEX #AABA96 Norway

📋 copy color: '#AABA96'

red 170 ◦ green 186 ◦ blue 150

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

Shades of Norway #AABA96

Tints of Norway #AABA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 33.6%
G = 36.76%
B = 29.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#AABA96 (or 0xAABA96) is known color: Norway. HEX triplet: AA, BA and 96. RGB value is (170,186,150). Sum of RGB (Red+Green+Blue) = 170+186+150=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA96 is #554569. Grayscale: #B1B1B1. Windows color (decimal): -5588330 or 9878186. OLE color: 9878186.

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

Color convert

RGB 170 186 150 -
CMYK 0.09 0 0.19 0.27
HSL 86.67º 0.21% 0.66% -
HSV(B) 86.67º 0.19% 0.73% -
XYZ 39.64 45.87 35.62 -
YUV 177.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 170 186 150 0.09 0 0.19 0.27 86.67 0.21 0.66
Hex AA BA 96 9 0 13 1B 57 15 42
Octal 252 272 226 11 0 23 33 127 25 102
Binary 10101010 10111010 10010110 1001 0 10011 11011 1010111 10101 1000010

Color Harmonies of #AABA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA96

Black with #AABA96

Text Example


Text Example

White with #AABA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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