Html Css Color HEX #AAB799 Norway

📋 copy color: '#AAB799'

red 170 ◦ green 183 ◦ blue 153

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

Shades of Norway #AAB799

Tints of Norway #AAB799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.24%

R = 33.6%
G = 36.17%
B = 30.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#AAB799 (or 0xAAB799) is known color: Norway. HEX triplet: AA, B7 and 99. RGB value is (170,183,153). Sum of RGB (Red+Green+Blue) = 170+183+153=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB799 is #554866. Grayscale: #AFAFAF. Windows color (decimal): -5589095 or 10074026. OLE color: 10074026.

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

Color convert

RGB 170 183 153 -
CMYK 0.07 0 0.16 0.28
HSL 86º 0.17% 0.66% -
HSV(B) 86º 0.16% 0.72% -
XYZ 39.26 44.71 36.7 -
YUV 175.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 170 183 153 0.07 0 0.16 0.28 86 0.17 0.66
Hex AA B7 99 7 0 10 1C 56 11 42
Octal 252 267 231 7 0 20 34 126 21 102
Binary 10101010 10110111 10011001 111 0 10000 11100 1010110 10001 1000010

Color Harmonies of #AAB799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB799

Black with #AAB799

Text Example


Text Example

White with #AAB799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB799; }

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

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

background-color css

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

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

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

border-color css

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

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

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