Html Css Color HEX #AABA94 Norway

📋 copy color: '#AABA94'

red 170 ◦ green 186 ◦ blue 148

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

Shades of Norway #AABA94

Tints of Norway #AABA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 33.73%
G = 36.9%
B = 29.37%

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

#AABA94 (or 0xAABA94) is known color: Norway. HEX triplet: AA, BA and 94. RGB value is (170,186,148). Sum of RGB (Red+Green+Blue) = 170+186+148=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA94 is #55456B. Grayscale: #B1B1B1. Windows color (decimal): -5588332 or 9747114. OLE color: 9747114.

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

Color convert

RGB 170 186 148 -
CMYK 0.09 0 0.20 0.27
HSL 85.26º 0.22% 0.65% -
HSV(B) 85.26º 0.2% 0.73% -
XYZ 39.48 45.8 34.78 -
YUV 176.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 170 186 148 0.09 0 0.20 0.27 85.26 0.22 0.65
Hex AA BA 94 9 0 14 1B 55 16 41
Octal 252 272 224 11 0 24 33 125 26 101
Binary 10101010 10111010 10010100 1001 0 10100 11011 1010101 10110 1000001

Color Harmonies of #AABA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA94

Black with #AABA94

Text Example


Text Example

White with #AABA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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