Html Css Color HEX #AAB99E Norway

📋 copy color: '#AAB99E'

red 170 ◦ green 185 ◦ blue 158

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

Shades of Norway #AAB99E

Tints of Norway #AAB99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 33.14%
G = 36.06%
B = 30.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#AAB99E (or 0xAAB99E) is known color: Norway. HEX triplet: AA, B9 and 9E. RGB value is (170,185,158). Sum of RGB (Red+Green+Blue) = 170+185+158=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB99E is #554661. Grayscale: #B1B1B1. Windows color (decimal): -5588578 or 10402218. OLE color: 10402218.

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

Color convert

RGB 170 185 158 -
CMYK 0.08 0 0.15 0.27
HSL 93.33º 0.16% 0.67% -
HSV(B) 93.33º 0.15% 0.73% -
XYZ 40.1 45.71 39.06 -
YUV 177.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 170 185 158 0.08 0 0.15 0.27 93.33 0.16 0.67
Hex AA B9 9E 8 0 F 1B 5D 10 43
Octal 252 271 236 10 0 17 33 135 20 103
Binary 10101010 10111001 10011110 1000 0 1111 11011 1011101 10000 1000011

Color Harmonies of #AAB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB99E

Black with #AAB99E

Text Example


Text Example

White with #AAB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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