#A39F8E

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

Shades of Dawn #A39F8E

Tints of Dawn #A39F8E

Color information

#A39F8E (or 0xA39F8E) is unknown color: approx Dawn. HEX triplet: A3, 9F and 8E. RGB value is (163,159,142). Sum of RGB (Red+Green+Blue) = 163+159+142=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39F8E is #5C6071. Grayscale: #9E9E9E. Windows color (decimal): -6054002 or 9346979. OLE color: 9346979.

HSL color Cylindrical-coordinate representation of color #A39F8E: hue angle of 48.57º degrees, saturation: 0.1, 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 #A39F8E is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163159142-
CMYK00.020.130.36
HSL48.57º10.24%59.8%-
HSV(B)48.57º12.88%63.92%-
XYZ32.3834.5430.55-
YUV158.26118.83131.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=35.13%
G=34.27%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315914200.020.130.3648.5710.2459.8
HexA39F8E02D2431a3c
Octal243237216021544611274
Binary10100011100111111000111001011011001001100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F8E; }

 p { color: rgb(163,159,142); }

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

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

 a { background-color: rgb(163,159,142); }

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

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

 span { border-color: rgb(163,159,142); }

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