#A3AD9A

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

Shades of Norway #A3AD9A

Tints of Norway #A3AD9A

Color information

#A3AD9A (or 0xA3AD9A) is unknown color: approx Norway. HEX triplet: A3, AD and 9A. RGB value is (163,173,154). Sum of RGB (Red+Green+Blue) = 163+173+154=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD9A is #5C5265. Grayscale: #A7A7A7. Windows color (decimal): -6050406 or 10136995. OLE color: 10136995.

HSL color Cylindrical-coordinate representation of color #A3AD9A: hue angle of 91.58º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3AD9A is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB163173154-
CMYK0.0600.110.32
HSL91.58º10.38%64.12%-
HSV(B)91.58º10.98%67.84%-
XYZ35.8840.0136.4-
YUV167.84120.19124.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=33.27%
G=35.31%
B=31.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631731540.0600.110.3291.5810.3864.12
HexA3AD9A60B205ca40
Octal24325523260134013412100
Binary10100011101011011001101011001011100000101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD9A; }

 p { color: rgb(163,173,154); }

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

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

 a { background-color: rgb(163,173,154); }

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

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

 span { border-color: rgb(163,173,154); }

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