#A39E8B

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

Shades of Dawn #A39E8B

Tints of Dawn #A39E8B

Color information

#A39E8B (or 0xA39E8B) is unknown color: approx Dawn. HEX triplet: A3, 9E and 8B. RGB value is (163,158,139). Sum of RGB (Red+Green+Blue) = 163+158+139=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39E8B is #5C6174. Grayscale: #9D9D9D. Windows color (decimal): -6054261 or 9150115. OLE color: 9150115.

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

Color convert

RGB163158139-
CMYK00.030.150.36
HSL47.5º11.54%59.22%-
HSV(B)47.5º14.72%63.92%-
XYZ31.9934.129.32-
YUV157.33117.66132.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=35.43%
G=34.35%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315813900.030.150.3647.511.5459.22
HexA39E8B03F2430c3b
Octal243236213031744601473
Binary10100011100111101000101101111111001001100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E8B; }

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

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

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

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

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

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

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

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