Html Css Color HEX #AABB9C Norway

📋 copy color: '#AABB9C'

red 170 ◦ green 187 ◦ blue 156

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

Shades of Norway #AABB9C

Tints of Norway #AABB9C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

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

R = 33.14%
G = 36.45%
B = 30.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#AABB9C (or 0xAABB9C) is known color: Norway. HEX triplet: AA, BB and 9C. RGB value is (170,187,156). Sum of RGB (Red+Green+Blue) = 170+187+156=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB9C is #554463. Grayscale: #B2B2B2. Windows color (decimal): -5588068 or 10271658. OLE color: 10271658.

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

Color convert

RGB 170 187 156 -
CMYK 0.09 0 0.17 0.27
HSL 92.9º 0.19% 0.67% -
HSV(B) 92.9º 0.17% 0.73% -
XYZ 40.35 46.49 38.3 -
YUV 178.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 170 187 156 0.09 0 0.17 0.27 92.9 0.19 0.67
Hex AA BB 9C 9 0 11 1B 5D 13 43
Octal 252 273 234 11 0 21 33 135 23 103
Binary 10101010 10111011 10011100 1001 0 10001 11011 1011101 10011 1000011

Color Harmonies of #AABB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB9C

Black with #AABB9C

Text Example


Text Example

White with #AABB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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