#AAB893

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

Shades of Norway #AAB893

Tints of Norway #AAB893

Color information

#AAB893 (or 0xAAB893) is unknown color: approx Norway. HEX triplet: AA, B8 and 93. RGB value is (170,184,147). Sum of RGB (Red+Green+Blue) = 170+184+147=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB893 is #55476C. Grayscale: #AFAFAF. Windows color (decimal): -5588845 or 9681066. OLE color: 9681066.

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

Color convert

RGB170184147-
CMYK0.0800.200.28
HSL82.7º20.67%64.9%-
HSV(B)82.7º20.11%72.16%-
XYZ38.9844.9334.22-
YUV175.6111.86124.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=33.93%
G=36.73%
B=29.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841470.0800.200.2882.720.6764.9
HexAAB89380141C531541
Octal252270223100243412325101
Binary1010101010111000100100111000010100111001010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB893; }

 p { color: rgb(170,184,147); }

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

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

 a { background-color: rgb(170,184,147); }

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

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

 span { border-color: rgb(170,184,147); }

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