#AAB795

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

Shades of Norway #AAB795

Tints of Norway #AAB795

Color information

#AAB795 (or 0xAAB795) is unknown color: approx Norway. HEX triplet: AA, B7 and 95. RGB value is (170,183,149). Sum of RGB (Red+Green+Blue) = 170+183+149=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB795 is #55486A. Grayscale: #AFAFAF. Windows color (decimal): -5589099 or 9811882. OLE color: 9811882.

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

Color convert

RGB170183149-
CMYK0.0700.190.28
HSL82.94º19.1%65.1%-
HSV(B)82.94º18.58%71.76%-
XYZ38.9444.5834.99-
YUV175.24113.19124.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=33.86%
G=36.45%
B=29.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831490.0700.190.2882.9419.165.1
HexAAB79570131C531341
Octal25226722570233412323101
Binary101010101011011110010101111010011111001010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB795; }

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

 H1.HeaderClassName
 {
   color: #AAB795;
 }
 .AnyTagClassName
 {
   color: #AAB795;
 }
</style>
background-color css

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

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

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

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

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

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