Html Css Color HEX #AABA9C Norway

📋 copy color: '#AABA9C'

red 170 ◦ green 186 ◦ blue 156

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

Shades of Norway #AABA9C

Tints of Norway #AABA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.47%

R = 33.2%
G = 36.33%
B = 30.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#AABA9C (or 0xAABA9C) is known color: Norway. HEX triplet: AA, BA and 9C. RGB value is (170,186,156). Sum of RGB (Red+Green+Blue) = 170+186+156=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA9C is #554563. Grayscale: #B1B1B1. Windows color (decimal): -5588324 or 10271402. OLE color: 10271402.

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

Color convert

RGB 170 186 156 -
CMYK 0.09 0 0.16 0.27
HSL 92º 0.18% 0.67% -
HSV(B) 92º 0.16% 0.73% -
XYZ 40.14 46.06 38.23 -
YUV 177.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 170 186 156 0.09 0 0.16 0.27 92 0.18 0.67
Hex AA BA 9C 9 0 10 1B 5C 12 43
Octal 252 272 234 11 0 20 33 134 22 103
Binary 10101010 10111010 10011100 1001 0 10000 11011 1011100 10010 1000011

Color Harmonies of #AABA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA9C

Black with #AABA9C

Text Example


Text Example

White with #AABA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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