Html Css Color HEX #AABA95 Norway

📋 copy color: '#AABA95'

red 170 ◦ green 186 ◦ blue 149

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

Shades of Norway #AABA95

Tints of Norway #AABA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 33.66%
G = 36.83%
B = 29.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#AABA95 (or 0xAABA95) is known color: Norway. HEX triplet: AA, BA and 95. RGB value is (170,186,149). Sum of RGB (Red+Green+Blue) = 170+186+149=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA95 is #55456A. Grayscale: #B1B1B1. Windows color (decimal): -5588331 or 9812650. OLE color: 9812650.

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

Color convert

RGB 170 186 149 -
CMYK 0.09 0 0.20 0.27
HSL 85.95º 0.21% 0.66% -
HSV(B) 85.95º 0.2% 0.73% -
XYZ 39.56 45.83 35.2 -
YUV 177 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 170 186 149 0.09 0 0.20 0.27 85.95 0.21 0.66
Hex AA BA 95 9 0 14 1B 56 15 42
Octal 252 272 225 11 0 24 33 126 25 102
Binary 10101010 10111010 10010101 1001 0 10100 11011 1010110 10101 1000010

Color Harmonies of #AABA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA95

Black with #AABA95

Text Example


Text Example

White with #AABA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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