#A39E8D

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

Shades of Dawn #A39E8D

Tints of Dawn #A39E8D

Color information

#A39E8D (or 0xA39E8D) is unknown color: approx Dawn. HEX triplet: A3, 9E and 8D. RGB value is (163,158,141). Sum of RGB (Red+Green+Blue) = 163+158+141=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39E8D is #5C6172. Grayscale: #9D9D9D. Windows color (decimal): -6054259 or 9281187. OLE color: 9281187.

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

Color convert

RGB163158141-
CMYK00.030.130.36
HSL46.36º10.68%59.61%-
HSV(B)46.36º13.5%63.92%-
XYZ32.1434.1630.1-
YUV157.56118.66131.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=35.28%
G=34.20%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315814100.030.130.3646.3610.6859.61
HexA39E8D03D242eb3c
Octal243236215031544561374
Binary10100011100111101000110101111011001001011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E8D; }

 p { color: rgb(163,158,141); }

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

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

 a { background-color: rgb(163,158,141); }

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

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

 span { border-color: rgb(163,158,141); }

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