Html Css Color HEX #AABC9D Norway

📋 copy color: '#AABC9D'

red 170 ◦ green 188 ◦ blue 157

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

Shades of Norway #AABC9D

Tints of Norway #AABC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.49%

R = 33.01%
G = 36.5%
B = 30.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#AABC9D (or 0xAABC9D) is known color: Norway. HEX triplet: AA, BC and 9D. RGB value is (170,188,157). Sum of RGB (Red+Green+Blue) = 170+188+157=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9D is #554362. Grayscale: #B3B3B3. Windows color (decimal): -5587811 or 10337450. OLE color: 10337450.

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

Color convert

RGB 170 188 157 -
CMYK 0.10 0 0.16 0.26
HSL 94.84º 0.19% 0.68% -
HSV(B) 94.84º 0.16% 0.74% -
XYZ 40.65 46.95 38.82 -
YUV 179.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 170 188 157 0.10 0 0.16 0.26 94.84 0.19 0.68
Hex AA BC 9D A 0 10 1A 5F 13 44
Octal 252 274 235 12 0 20 32 137 23 104
Binary 10101010 10111100 10011101 1010 0 10000 11010 1011111 10011 1000100

Color Harmonies of #AABC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC9D

Black with #AABC9D

Text Example


Text Example

White with #AABC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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