Html Css Color HEX #AAB99A Norway

📋 copy color: '#AAB99A'

red 170 ◦ green 185 ◦ blue 154

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

Shades of Norway #AAB99A

Tints of Norway #AAB99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.26%

R = 33.4%
G = 36.35%
B = 30.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#AAB99A (or 0xAAB99A) is known color: Norway. HEX triplet: AA, B9 and 9A. RGB value is (170,185,154). Sum of RGB (Red+Green+Blue) = 170+185+154=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB99A is #554665. Grayscale: #B1B1B1. Windows color (decimal): -5588582 or 10140074. OLE color: 10140074.

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

Color convert

RGB 170 185 154 -
CMYK 0.08 0 0.17 0.27
HSL 89.03º 0.18% 0.66% -
HSV(B) 89.03º 0.17% 0.73% -
XYZ 39.76 45.58 37.27 -
YUV 176.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 170 185 154 0.08 0 0.17 0.27 89.03 0.18 0.66
Hex AA B9 9A 8 0 11 1B 59 12 42
Octal 252 271 232 10 0 21 33 131 22 102
Binary 10101010 10111001 10011010 1000 0 10001 11011 1011001 10010 1000010

Color Harmonies of #AAB99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB99A

Black with #AAB99A

Text Example


Text Example

White with #AAB99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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