#AAB79A

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

Shades of Norway #AAB79A

Tints of Norway #AAB79A

Color information

#AAB79A (or 0xAAB79A) is unknown color: approx Norway. HEX triplet: AA, B7 and 9A. RGB value is (170,183,154). Sum of RGB (Red+Green+Blue) = 170+183+154=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB79A is #554865. Grayscale: #AFAFAF. Windows color (decimal): -5589094 or 10139562. OLE color: 10139562.

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

Color convert

RGB170183154-
CMYK0.0700.160.28
HSL86.9º16.76%66.08%-
HSV(B)86.9º15.85%71.76%-
XYZ39.3444.7537.14-
YUV175.81115.69123.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=33.53%
G=36.09%
B=30.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831540.0700.160.2886.916.7666.08
HexAAB79A70101C571142
Octal25226723270203412721102
Binary101010101011011110011010111010000111001010111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB79A; }

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

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

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

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

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

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

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

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