#AAB79B

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

Shades of Norway #AAB79B

Tints of Norway #AAB79B

Color information

#AAB79B (or 0xAAB79B) is unknown color: approx Norway. HEX triplet: AA, B7 and 9B. RGB value is (170,183,155). Sum of RGB (Red+Green+Blue) = 170+183+155=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB79B is #554864. Grayscale: #B0B0B0. Windows color (decimal): -5589093 or 10205098. OLE color: 10205098.

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

Color convert

RGB170183155-
CMYK0.0700.150.28
HSL87.86º16.28%66.27%-
HSV(B)87.86º15.3%71.76%-
XYZ39.4344.7837.58-
YUV175.92116.19123.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=33.46%
G=36.02%
B=30.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831550.0700.150.2887.8616.2866.27
HexAAB79B70F1C581042
Octal25226723370173413020102
Binary10101010101101111001101111101111111001011000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB79B; }

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

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

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

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

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

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

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

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