Html Css Color HEX #AAB997 Norway

📋 copy color: '#AAB997'

red 170 ◦ green 185 ◦ blue 151

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

Shades of Norway #AAB997

Tints of Norway #AAB997

RGB

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

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

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

R = 33.6%
G = 36.56%
B = 29.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#AAB997 (or 0xAAB997) is known color: Norway. HEX triplet: AA, B9 and 97. RGB value is (170,185,151). Sum of RGB (Red+Green+Blue) = 170+185+151=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB997 is #554668. Grayscale: #B0B0B0. Windows color (decimal): -5588585 or 9943466. OLE color: 9943466.

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

Color convert

RGB 170 185 151 -
CMYK 0.08 0 0.18 0.27
HSL 86.47º 0.2% 0.66% -
HSV(B) 86.47º 0.18% 0.73% -
XYZ 39.51 45.48 35.97 -
YUV 176.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 170 185 151 0.08 0 0.18 0.27 86.47 0.2 0.66
Hex AA B9 97 8 0 12 1B 56 14 42
Octal 252 271 227 10 0 22 33 126 24 102
Binary 10101010 10111001 10010111 1000 0 10010 11011 1010110 10100 1000010

Color Harmonies of #AAB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB997

Black with #AAB997

Text Example


Text Example

White with #AAB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB997; }

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

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

background-color css

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

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

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

border-color css

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

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

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