#ABBAA0

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

Shades of Norway #ABBAA0

Tints of Norway #ABBAA0

Color information

#ABBAA0 (or 0xABBAA0) is unknown color: approx Norway. HEX triplet: AB, BA and A0. RGB value is (171,186,160). Sum of RGB (Red+Green+Blue) = 171+186+160=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA0 is #54455F. Grayscale: #B2B2B2. Windows color (decimal): -5522784 or 10533547. OLE color: 10533547.

HSL color Cylindrical-coordinate representation of color #ABBAA0: hue angle of 94.62º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABBAA0 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB171186160-
CMYK0.0800.140.27
HSL94.62º15.85%67.84%-
HSV(B)94.62º13.98%72.94%-
XYZ40.746.3140.05-
YUV178.55117.53122.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=33.08%
G=35.98%
B=30.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861600.0800.140.2794.6215.8567.84
HexABBAA080E1B5f1044
Octal253272240100163313720104
Binary101010111011101010100000100001110110111011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAA0; }

 p { color: rgb(171,186,160); }

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

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

 a { background-color: rgb(171,186,160); }

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

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

 span { border-color: rgb(171,186,160); }

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