Html Css Color HEX #AAB897 Norway

📋 copy color: '#AAB897'

red 170 ◦ green 184 ◦ blue 151

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

Shades of Norway #AAB897

Tints of Norway #AAB897

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.44%

 BLUE value IS 151 (59.38% from 255) = 29.9%

R = 33.66%
G = 36.44%
B = 29.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#AAB897 (or 0xAAB897) is known color: Norway. HEX triplet: AA, B8 and 97. RGB value is (170,184,151). Sum of RGB (Red+Green+Blue) = 170+184+151=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB897 is #554768. Grayscale: #B0B0B0. Windows color (decimal): -5588841 or 9943210. OLE color: 9943210.

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

Color convert

RGB 170 184 151 -
CMYK 0.08 0 0.18 0.28
HSL 85.45º 0.19% 0.66% -
HSV(B) 85.45º 0.18% 0.72% -
XYZ 39.3 45.06 35.9 -
YUV 176.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 170 184 151 0.08 0 0.18 0.28 85.45 0.19 0.66
Hex AA B8 97 8 0 12 1C 55 13 42
Octal 252 270 227 10 0 22 34 125 23 102
Binary 10101010 10111000 10010111 1000 0 10010 11100 1010101 10011 1000010

Color Harmonies of #AAB897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB897

Black with #AAB897

Text Example


Text Example

White with #AAB897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB897; }

 p { color: rgb(170,184,151); }

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

background-color css

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

 a { background-color: rgb(170,184,151); }

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

border-color css

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

 span { border-color: rgb(170,184,151); }

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