#A5A18E

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

Shades of Dawn #A5A18E

Tints of Dawn #A5A18E

Color information

#A5A18E (or 0xA5A18E) is unknown color: approx Dawn. HEX triplet: A5, A1 and 8E. RGB value is (165,161,142). Sum of RGB (Red+Green+Blue) = 165+161+142=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A18E is #5A5E71. Grayscale: #A0A0A0. Windows color (decimal): -5922418 or 9347493. OLE color: 9347493.

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

Color convert

RGB165161142-
CMYK00.020.140.35
HSL49.57º11.33%60.2%-
HSV(B)49.57º13.94%64.71%-
XYZ33.1435.4430.69-
YUV160.03117.83131.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=35.26%
G=34.40%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516114200.020.140.3549.5711.3360.2
HexA5A18E02E2332b3c
Octal245241216021643621374
Binary10100101101000011000111001011101000111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A18E; }

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

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

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

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

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

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

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

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