Html Css Color HEX #A39E8D Dawn

📋 copy color: '#A39E8D'

red 163 ◦ green 158 ◦ blue 141

#A39E8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn #A39E8D

Tints of Dawn #A39E8D

RGB

 RED value IS 163 (64.06% from 255) = 35.28%

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 35.28%
G = 34.2%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A39E8D (or 0xA39E8D) is known color: Dawn. HEX triplet: A3, 9E and 8D. RGB value is (163,158,141). Sum of RGB (Red+Green+Blue) = 163+158+141=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39E8D is #5C6172. Grayscale: #9D9D9D. Windows color (decimal): -6054259 or 9281187. OLE color: 9281187.

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

Color convert

RGB 163 158 141 -
CMYK 0 0.03 0.13 0.36
HSL 46.36º 0.11% 0.6% -
HSV(B) 46.36º 0.13% 0.64% -
XYZ 32.14 34.16 30.1 -
YUV 157.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 163 158 141 0 0.03 0.13 0.36 46.36 0.11 0.6
Hex A3 9E 8D 0 3 D 24 2E B 3C
Octal 243 236 215 0 3 15 44 56 13 74
Binary 10100011 10011110 10001101 0 11 1101 100100 101110 1011 111100

Color Harmonies of #A39E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E8D

Black with #A39E8D

Text Example


Text Example

White with #A39E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E8D; }

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

 H1.HeaderClassName
 {
   color: #A39E8D;
 }
 .AnyTagClassName
 {
   color: #A39E8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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