Html Css Color HEX #AABC9C Norway

📋 copy color: '#AABC9C'

red 170 ◦ green 188 ◦ blue 156

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

Shades of Norway #AABC9C

Tints of Norway #AABC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.58%

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

R = 33.07%
G = 36.58%
B = 30.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#AABC9C (or 0xAABC9C) is known color: Norway. HEX triplet: AA, BC and 9C. RGB value is (170,188,156). Sum of RGB (Red+Green+Blue) = 170+188+156=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9C is #554363. Grayscale: #B3B3B3. Windows color (decimal): -5587812 or 10271914. OLE color: 10271914.

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

Color convert

RGB 170 188 156 -
CMYK 0.10 0 0.17 0.26
HSL 93.75º 0.19% 0.67% -
HSV(B) 93.75º 0.17% 0.74% -
XYZ 40.56 46.91 38.37 -
YUV 178.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 170 188 156 0.10 0 0.17 0.26 93.75 0.19 0.67
Hex AA BC 9C A 0 11 1A 5E 13 43
Octal 252 274 234 12 0 21 32 136 23 103
Binary 10101010 10111100 10011100 1010 0 10001 11010 1011110 10011 1000011

Color Harmonies of #AABC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC9C

Black with #AABC9C

Text Example


Text Example

White with #AABC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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