#A39F91

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

Shades of Dawn #A39F91

Tints of Dawn #A39F91

Color information

#A39F91 (or 0xA39F91) is unknown color: approx Dawn. HEX triplet: A3, 9F and 91. RGB value is (163,159,145). Sum of RGB (Red+Green+Blue) = 163+159+145=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39F91 is #5C606E. Grayscale: #9E9E9E. Windows color (decimal): -6053999 or 9543587. OLE color: 9543587.

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

Color convert

RGB163159145-
CMYK00.020.110.36
HSL46.67º8.91%60.39%-
HSV(B)46.67º11.04%63.92%-
XYZ32.6134.6331.75-
YUV158.6120.33131.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 145 (57.03% from 255) = 31.05%
R=34.90%
G=34.05%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315914500.020.110.3646.678.9160.39
HexA39F9102B242f93c
Octal243237221021344571174
Binary10100011100111111001000101010111001001011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F91; }

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

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

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

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

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

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

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

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