#A3AC9C

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

Shades of Norway #A3AC9C

Tints of Norway #A3AC9C

Color information

#A3AC9C (or 0xA3AC9C) is unknown color: approx Norway. HEX triplet: A3, AC and 9C. RGB value is (163,172,156). Sum of RGB (Red+Green+Blue) = 163+172+156=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC9C is #5C5363. Grayscale: #A7A7A7. Windows color (decimal): -6050660 or 10267811. OLE color: 10267811.

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

Color convert

RGB163172156-
CMYK0.0500.090.33
HSL93.75º8.79%64.31%-
HSV(B)93.75º9.3%67.45%-
XYZ35.8639.6937.22-
YUV167.48121.52124.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=33.20%
G=35.03%
B=31.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721560.0500.090.3393.758.7964.31
HexA3AC9C509215e940
Octal24325423450114113611100
Binary10100011101011001001110010101001100001101111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC9C; }

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

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

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

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

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

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

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

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