#A5A291

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

Shades of Dawn #A5A291

Tints of Dawn #A5A291

Color information

#A5A291 (or 0xA5A291) is unknown color: approx Dawn. HEX triplet: A5, A2 and 91. RGB value is (165,162,145). Sum of RGB (Red+Green+Blue) = 165+162+145=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A291 is #5A5D6E. Grayscale: #A1A1A1. Windows color (decimal): -5922159 or 9544357. OLE color: 9544357.

HSL color Cylindrical-coordinate representation of color #A5A291: hue angle of 51º 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 #A5A291 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165162145-
CMYK00.020.120.35
HSL51º10%60.78%-
HSV(B)51º12.12%64.71%-
XYZ33.5535.8831.95-
YUV160.96118.99130.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=34.96%
G=34.32%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516214500.020.120.35511060.78
HexA5A29102C2333a3d
Octal245242221021443631275
Binary10100101101000101001000101011001000111100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A291; }

 p { color: rgb(165,162,145); }

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

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

 a { background-color: rgb(165,162,145); }

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

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

 span { border-color: rgb(165,162,145); }

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