Html Css Color HEX #AAB796 Norway

📋 copy color: '#AAB796'

red 170 ◦ green 183 ◦ blue 150

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

Shades of Norway #AAB796

Tints of Norway #AAB796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 33.8%
G = 36.38%
B = 29.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#AAB796 (or 0xAAB796) is known color: Norway. HEX triplet: AA, B7 and 96. RGB value is (170,183,150). Sum of RGB (Red+Green+Blue) = 170+183+150=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB796 is #554869. Grayscale: #AFAFAF. Windows color (decimal): -5589098 or 9877418. OLE color: 9877418.

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

Color convert

RGB 170 183 150 -
CMYK 0.07 0 0.18 0.28
HSL 83.64º 0.19% 0.65% -
HSV(B) 83.64º 0.18% 0.72% -
XYZ 39.02 44.62 35.41 -
YUV 175.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 170 183 150 0.07 0 0.18 0.28 83.64 0.19 0.65
Hex AA B7 96 7 0 12 1C 54 13 41
Octal 252 267 226 7 0 22 34 124 23 101
Binary 10101010 10110111 10010110 111 0 10010 11100 1010100 10011 1000001

Color Harmonies of #AAB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB796

Black with #AAB796

Text Example


Text Example

White with #AAB796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB796; }

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

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

background-color css

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

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

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

border-color css

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

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

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