#AAB69D

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

Shades of Norway #AAB69D

Tints of Norway #AAB69D

Color information

#AAB69D (or 0xAAB69D) is unknown color: approx Norway. HEX triplet: AA, B6 and 9D. RGB value is (170,182,157). Sum of RGB (Red+Green+Blue) = 170+182+157=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB69D is #554962. Grayscale: #AFAFAF. Windows color (decimal): -5589347 or 10335914. OLE color: 10335914.

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

Color convert

RGB170182157-
CMYK0.0700.140.29
HSL88.8º14.62%66.47%-
HSV(B)88.8º13.74%71.37%-
XYZ39.3944.4438.4-
YUV175.56117.52124.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=33.40%
G=35.76%
B=30.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821570.0700.140.2988.814.6266.47
HexAAB69D70E1D59f42
Octal25226623570163513117102
Binary1010101010110110100111011110111011101101100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB69D; }

 p { color: rgb(170,182,157); }

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

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

 a { background-color: rgb(170,182,157); }

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

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

 span { border-color: rgb(170,182,157); }

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