#A5A18F

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

Shades of Dawn #A5A18F

Tints of Dawn #A5A18F

Color information

#A5A18F (or 0xA5A18F) is unknown color: approx Dawn. HEX triplet: A5, A1 and 8F. RGB value is (165,161,143). Sum of RGB (Red+Green+Blue) = 165+161+143=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A18F is #5A5E70. Grayscale: #A0A0A0. Windows color (decimal): -5922417 or 9413029. OLE color: 9413029.

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

Color convert

RGB165161143-
CMYK00.020.130.35
HSL49.09º10.89%60.39%-
HSV(B)49.09º13.33%64.71%-
XYZ33.2235.4731.08-
YUV160.14118.33131.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=35.18%
G=34.33%
B=30.49%

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
Decimal16516114300.020.130.3549.0910.8960.39
HexA5A18F02D2331b3c
Octal245241217021543611374
Binary10100101101000011000111101011011000111100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A18F; }

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

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

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

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

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

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

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

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