#AAB796

Color #AAB796 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #AAB796

Tints of Norway #AAB796

Color information

#AAB796 (or 0xAAB796) is unknown color: approx 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

RGB170183150-
CMYK0.0700.180.28
HSL83.64º18.64%65.29%-
HSV(B)83.64º18.03%71.76%-
XYZ39.0244.6235.41-
YUV175.35113.69124.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=33.80%
G=36.38%
B=29.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831500.0700.180.2883.6418.6465.29
HexAAB79670121C541341
Octal25226722670223412423101
Binary101010101011011110010110111010010111001010100100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>