#A39F90

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

Shades of Dawn #A39F90

Tints of Dawn #A39F90

Color information

#A39F90 (or 0xA39F90) is unknown color: approx Dawn. HEX triplet: A3, 9F and 90. RGB value is (163,159,144). Sum of RGB (Red+Green+Blue) = 163+159+144=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39F90 is #5C606F. Grayscale: #9E9E9E. Windows color (decimal): -6054000 or 9478051. OLE color: 9478051.

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

Color convert

RGB163159144-
CMYK00.020.120.36
HSL47.37º9.36%60.2%-
HSV(B)47.37º11.66%63.92%-
XYZ32.5434.631.35-
YUV158.49119.83131.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=34.98%
G=34.12%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315914400.020.120.3647.379.3660.2
HexA39F9002C242f93c
Octal243237220021444571174
Binary10100011100111111001000001011001001001011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F90; }

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

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

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

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

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

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

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

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