#A3AC9B

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

Shades of Norway #A3AC9B

Tints of Norway #A3AC9B

Color information

#A3AC9B (or 0xA3AC9B) is unknown color: approx Norway. HEX triplet: A3, AC and 9B. RGB value is (163,172,155). Sum of RGB (Red+Green+Blue) = 163+172+155=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC9B is #5C5364. Grayscale: #A7A7A7. Windows color (decimal): -6050661 or 10202275. OLE color: 10202275.

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

Color convert

RGB163172155-
CMYK0.0500.100.33
HSL91.76º9.29%64.12%-
HSV(B)91.76º9.88%67.45%-
XYZ35.7739.6636.78-
YUV167.37121.02124.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=33.27%
G=35.10%
B=31.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721550.0500.100.3391.769.2964.12
HexA3AC9B50A215c940
Octal24325423350124113411100
Binary10100011101011001001101110101010100001101110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC9B; }

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

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

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

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

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

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

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

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