#A3AD9B

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

Shades of Norway #A3AD9B

Tints of Norway #A3AD9B

Color information

#A3AD9B (or 0xA3AD9B) is unknown color: approx Norway. HEX triplet: A3, AD and 9B. RGB value is (163,173,155). Sum of RGB (Red+Green+Blue) = 163+173+155=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD9B is #5C5264. Grayscale: #A8A8A8. Windows color (decimal): -6050405 or 10202531. OLE color: 10202531.

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

Color convert

RGB163173155-
CMYK0.0600.100.32
HSL93.33º9.89%64.31%-
HSV(B)93.33º10.4%67.84%-
XYZ35.9640.0436.84-
YUV167.96120.69124.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=33.20%
G=35.23%
B=31.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631731550.0600.100.3293.339.8964.31
HexA3AD9B60A205da40
Octal24325523360124013512100
Binary10100011101011011001101111001010100000101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD9B; }

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

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

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

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

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

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

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

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