Html Css Color HEX #AAB797 Norway

📋 copy color: '#AAB797'

red 170 ◦ green 183 ◦ blue 151

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

Shades of Norway #AAB797

Tints of Norway #AAB797

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.31%

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

R = 33.73%
G = 36.31%
B = 29.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#AAB797 (or 0xAAB797) is known color: Norway. HEX triplet: AA, B7 and 97. RGB value is (170,183,151). Sum of RGB (Red+Green+Blue) = 170+183+151=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB797 is #554868. Grayscale: #AFAFAF. Windows color (decimal): -5589097 or 9942954. OLE color: 9942954.

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

Color convert

RGB 170 183 151 -
CMYK 0.07 0 0.17 0.28
HSL 84.38º 0.18% 0.65% -
HSV(B) 84.38º 0.17% 0.72% -
XYZ 39.1 44.65 35.84 -
YUV 175.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 170 183 151 0.07 0 0.17 0.28 84.38 0.18 0.65
Hex AA B7 97 7 0 11 1C 54 12 41
Octal 252 267 227 7 0 21 34 124 22 101
Binary 10101010 10110111 10010111 111 0 10001 11100 1010100 10010 1000001

Color Harmonies of #AAB797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB797

Black with #AAB797

Text Example


Text Example

White with #AAB797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB797; }

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

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

background-color css

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

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

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

border-color css

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

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

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