Html Css Color HEX #AAB99C Norway

📋 copy color: '#AAB99C'

red 170 ◦ green 185 ◦ blue 156

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

Shades of Norway #AAB99C

Tints of Norway #AAB99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.2%

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

R = 33.27%
G = 36.2%
B = 30.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#AAB99C (or 0xAAB99C) is known color: Norway. HEX triplet: AA, B9 and 9C. RGB value is (170,185,156). Sum of RGB (Red+Green+Blue) = 170+185+156=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB99C is #554663. Grayscale: #B1B1B1. Windows color (decimal): -5588580 or 10271146. OLE color: 10271146.

HSL color Cylindrical-coordinate representation of color #AAB99C: hue angle of 91.03º degrees, saturation: 0.17, 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 #AAB99C is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 156 -
CMYK 0.08 0 0.16 0.27
HSL 91.03º 0.17% 0.67% -
HSV(B) 91.03º 0.16% 0.73% -
XYZ 39.93 45.64 38.16 -
YUV 177.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 170 185 156 0.08 0 0.16 0.27 91.03 0.17 0.67
Hex AA B9 9C 8 0 10 1B 5B 11 43
Octal 252 271 234 10 0 20 33 133 21 103
Binary 10101010 10111001 10011100 1000 0 10000 11011 1011011 10001 1000011

Color Harmonies of #AAB99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB99C

Black with #AAB99C

Text Example


Text Example

White with #AAB99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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