#A5A193

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

Shades of Dawn #A5A193

Tints of Dawn #A5A193

Color information

#A5A193 (or 0xA5A193) is unknown color: approx Dawn. HEX triplet: A5, A1 and 93. RGB value is (165,161,147). Sum of RGB (Red+Green+Blue) = 165+161+147=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A193 is #5A5E6C. Grayscale: #A0A0A0. Windows color (decimal): -5922413 or 9675173. OLE color: 9675173.

HSL color Cylindrical-coordinate representation of color #A5A193: hue angle of 46.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5A193 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB165161147-
CMYK00.020.110.35
HSL46.67º9.09%61.18%-
HSV(B)46.67º10.91%64.71%-
XYZ33.5335.632.71-
YUV160.6120.33131.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=34.88%
G=34.04%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516114700.020.110.3546.679.0961.18
HexA5A19302B232f93d
Octal245241223021343571175
Binary10100101101000011001001101010111000111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A193; }

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

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

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

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

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

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

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

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