#A5A394

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

Shades of Dawn #A5A394

Tints of Dawn #A5A394

Color information

#A5A394 (or 0xA5A394) is unknown color: approx Dawn. HEX triplet: A5, A3 and 94. RGB value is (165,163,148). Sum of RGB (Red+Green+Blue) = 165+163+148=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A394 is #5A5C6B. Grayscale: #A1A1A1. Windows color (decimal): -5921900 or 9741221. OLE color: 9741221.

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

Color convert

RGB165163148-
CMYK00.010.100.35
HSL52.94º8.63%61.37%-
HSV(B)52.94º10.3%64.71%-
XYZ33.9636.3333.24-
YUV161.89120.16130.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 163 (64.06% from 255) = 34.24%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=34.66%
G=34.24%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516314800.010.100.3552.948.6361.37
HexA5A39401A233593d
Octal245243224011243651175
Binary1010010110100011100101000110101000111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A394; }

 p { color: rgb(165,163,148); }

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

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

 a { background-color: rgb(165,163,148); }

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

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

 span { border-color: rgb(165,163,148); }

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