#A4AD9C

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

Shades of Norway #A4AD9C

Tints of Norway #A4AD9C

Color information

#A4AD9C (or 0xA4AD9C) is unknown color: approx Norway. HEX triplet: A4, AD and 9C. RGB value is (164,173,156). Sum of RGB (Red+Green+Blue) = 164+173+156=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD9C is #5B5263. Grayscale: #A8A8A8. Windows color (decimal): -5984868 or 10268068. OLE color: 10268068.

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

Color convert

RGB164173156-
CMYK0.0500.100.32
HSL91.76º9.39%64.51%-
HSV(B)91.76º9.83%67.84%-
XYZ36.2540.1837.3-
YUV168.37121.02124.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=33.27%
G=35.09%
B=31.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731560.0500.100.3291.769.3964.51
HexA4AD9C50A205c941
Octal24425523450124013411101
Binary10100100101011011001110010101010100000101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD9C; }

 p { color: rgb(164,173,156); }

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

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

 a { background-color: rgb(164,173,156); }

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

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

 span { border-color: rgb(164,173,156); }

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