#A3A193

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

Shades of Dawn #A3A193

Tints of Dawn #A3A193

Color information

#A3A193 (or 0xA3A193) is unknown color: approx Dawn. HEX triplet: A3, A1 and 93. RGB value is (163,161,147). Sum of RGB (Red+Green+Blue) = 163+161+147=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A193 is #5C5E6C. Grayscale: #A0A0A0. Windows color (decimal): -6053485 or 9675171. OLE color: 9675171.

HSL color Cylindrical-coordinate representation of color #A3A193: hue angle of 52.5º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3A193 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163161147-
CMYK00.010.100.36
HSL52.5º8%60.78%-
HSV(B)52.5º9.82%63.92%-
XYZ33.1235.3832.69-
YUV160120.66130.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=34.61%
G=34.18%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316114700.010.100.3652.5860.78
HexA3A19301A243583d
Octal243241223011244651075
Binary1010001110100001100100110110101001001101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A193; }

 p { color: rgb(163,161,147); }

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

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

 a { background-color: rgb(163,161,147); }

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

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

 span { border-color: rgb(163,161,147); }

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