#A09D93

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

Shades of Dawn #A09D93

Tints of Dawn #A09D93

Color information

#A09D93 (or 0xA09D93) is unknown color: approx Dawn. HEX triplet: A0, 9D and 93. RGB value is (160,157,147). Sum of RGB (Red+Green+Blue) = 160+157+147=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D93 is #5F626C. Grayscale: #9C9C9C. Windows color (decimal): -6251117 or 9674144. OLE color: 9674144.

HSL color Cylindrical-coordinate representation of color #A09D93: hue angle of 46.15º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A09D93 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB160157147-
CMYK00.020.080.37
HSL46.15º6.4%60.2%-
HSV(B)46.15º8.12%62.75%-
XYZ31.8233.6932.43-
YUV156.76122.49130.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=34.48%
G=33.84%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015714700.020.080.3746.156.460.2
HexA09D93028252e63c
Octal24023522302104556674
Binary1010000010011101100100110101000100101101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09D93; }

 p { color: rgb(160,157,147); }

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

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

 a { background-color: rgb(160,157,147); }

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

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

 span { border-color: rgb(160,157,147); }

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