#A3AB9D

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

Shades of Norway #A3AB9D

Tints of Norway #A3AB9D

Color information

#A3AB9D (or 0xA3AB9D) is unknown color: approx Norway. HEX triplet: A3, AB and 9D. RGB value is (163,171,157). Sum of RGB (Red+Green+Blue) = 163+171+157=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB9D is #5C5462. Grayscale: #A7A7A7. Windows color (decimal): -6050915 or 10333091. OLE color: 10333091.

HSL color Cylindrical-coordinate representation of color #A3AB9D: hue angle of 94.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3AB9D is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB163171157-
CMYK0.0500.080.33
HSL94.29º7.69%64.31%-
HSV(B)94.29º8.19%67.06%-
XYZ35.7539.3537.61-
YUV167.01122.35125.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=33.20%
G=34.83%
B=31.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711570.0500.080.3394.297.6964.31
HexA3AB9D508215e840
Octal24325323550104113610100
Binary10100011101010111001110110101000100001101111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB9D; }

 p { color: rgb(163,171,157); }

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

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

 a { background-color: rgb(163,171,157); }

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

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

 span { border-color: rgb(163,171,157); }

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