#A5A392

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

Shades of Dawn #A5A392

Tints of Dawn #A5A392

Color information

#A5A392 (or 0xA5A392) is unknown color: approx Dawn. HEX triplet: A5, A3 and 92. RGB value is (165,163,146). Sum of RGB (Red+Green+Blue) = 165+163+146=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A392 is #5A5C6D. Grayscale: #A1A1A1. Windows color (decimal): -5921902 or 9610149. OLE color: 9610149.

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

Color convert

RGB165163146-
CMYK00.010.120.35
HSL53.68º9.55%60.98%-
HSV(B)53.68º11.52%64.71%-
XYZ33.836.2732.41-
YUV161.66119.16130.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 146 (57.42% from 255) = 30.80%
R=34.81%
G=34.39%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516314600.010.120.3553.689.5560.98
HexA5A39201C2336a3d
Octal245243222011443661275
Binary1010010110100011100100100111001000111101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A392; }

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

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

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

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

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

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

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

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