#AAB794

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

Shades of Norway #AAB794

Tints of Norway #AAB794

Color information

#AAB794 (or 0xAAB794) is unknown color: approx Norway. HEX triplet: AA, B7 and 94. RGB value is (170,183,148). Sum of RGB (Red+Green+Blue) = 170+183+148=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB794 is #55486B. Grayscale: #AFAFAF. Windows color (decimal): -5589100 or 9746346. OLE color: 9746346.

HSL color Cylindrical-coordinate representation of color #AAB794: hue angle of 82.29º degrees, saturation: 0.2, 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 #AAB794 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB170183148-
CMYK0.0700.190.28
HSL82.29º19.55%64.9%-
HSV(B)82.29º19.13%71.76%-
XYZ38.8644.5534.57-
YUV175.12112.69124.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=33.93%
G=36.53%
B=29.54%

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
Decimal1701831480.0700.190.2882.2919.5564.9
HexAAB79470131C521441
Octal25226722470233412224101
Binary101010101011011110010100111010011111001010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB794; }

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

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

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

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

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

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

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

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