#A5A190

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

Shades of Dawn #A5A190

Tints of Dawn #A5A190

Color information

#A5A190 (or 0xA5A190) is unknown color: approx Dawn. HEX triplet: A5, A1 and 90. RGB value is (165,161,144). Sum of RGB (Red+Green+Blue) = 165+161+144=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A190 is #5A5E6F. Grayscale: #A0A0A0. Windows color (decimal): -5922416 or 9478565. OLE color: 9478565.

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

Color convert

RGB165161144-
CMYK00.020.130.35
HSL48.57º10.45%60.59%-
HSV(B)48.57º12.73%64.71%-
XYZ33.335.531.48-
YUV160.26118.83131.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=35.11%
G=34.26%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516114400.020.130.3548.5710.4560.59
HexA5A19002D2331a3d
Octal245241220021543611275
Binary10100101101000011001000001011011000111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A190; }

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

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

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

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

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

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

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

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