#A39F92

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

Shades of Dawn #A39F92

Tints of Dawn #A39F92

Color information

#A39F92 (or 0xA39F92) is unknown color: approx Dawn. HEX triplet: A3, 9F and 92. RGB value is (163,159,146). Sum of RGB (Red+Green+Blue) = 163+159+146=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39F92 is #5C606D. Grayscale: #9E9E9E. Windows color (decimal): -6053998 or 9609123. OLE color: 9609123.

HSL color Cylindrical-coordinate representation of color #A39F92: hue angle of 45.88º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39F92 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163159146-
CMYK00.020.100.36
HSL45.88º8.46%60.59%-
HSV(B)45.88º10.43%63.92%-
XYZ32.6934.6632.16-
YUV158.71120.83131.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=34.83%
G=33.97%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315914600.020.100.3645.888.4660.59
HexA39F9202A242e83d
Octal243237222021244561075
Binary10100011100111111001001001010101001001011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F92; }

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

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

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

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

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

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

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

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