Html Css Color HEX #AAB991 Norway

📋 copy color: '#AAB991'

red 170 ◦ green 185 ◦ blue 145

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

Shades of Norway #AAB991

Tints of Norway #AAB991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 34%
G = 37%
B = 29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#AAB991 (or 0xAAB991) is known color: Norway. HEX triplet: AA, B9 and 91. RGB value is (170,185,145). Sum of RGB (Red+Green+Blue) = 170+185+145=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB991 is #55466E. Grayscale: #B0B0B0. Windows color (decimal): -5588591 or 9550250. OLE color: 9550250.

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

Color convert

RGB 170 185 145 -
CMYK 0.08 0 0.22 0.27
HSL 82.5º 0.22% 0.65% -
HSV(B) 82.5º 0.22% 0.73% -
XYZ 39.04 45.29 33.47 -
YUV 175.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 170 185 145 0.08 0 0.22 0.27 82.5 0.22 0.65
Hex AA B9 91 8 0 16 1B 52 16 41
Octal 252 271 221 10 0 26 33 122 26 101
Binary 10101010 10111001 10010001 1000 0 10110 11011 1010010 10110 1000001

Color Harmonies of #AAB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB991

Black with #AAB991

Text Example


Text Example

White with #AAB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB991; }

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

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

background-color css

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

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

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

border-color css

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

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

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