Html Css Color HEX #A39E8A Dawn

📋 copy color: '#A39E8A'

red 163 ◦ green 158 ◦ blue 138

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

Shades of Dawn #A39E8A

Tints of Dawn #A39E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 35.51%
G = 34.42%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A39E8A (or 0xA39E8A) is known color: Dawn. HEX triplet: A3, 9E and 8A. RGB value is (163,158,138). Sum of RGB (Red+Green+Blue) = 163+158+138=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39E8A is #5C6175. Grayscale: #9D9D9D. Windows color (decimal): -6054262 or 9084579. OLE color: 9084579.

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

Color convert

RGB 163 158 138 -
CMYK 0 0.03 0.15 0.36
HSL 48º 0.12% 0.59% -
HSV(B) 48º 0.15% 0.64% -
XYZ 31.92 34.08 28.94 -
YUV 157.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 163 158 138 0 0.03 0.15 0.36 48 0.12 0.59
Hex A3 9E 8A 0 3 F 24 30 C 3B
Octal 243 236 212 0 3 17 44 60 14 73
Binary 10100011 10011110 10001010 0 11 1111 100100 110000 1100 111011

Color Harmonies of #A39E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E8A

Black with #A39E8A

Text Example


Text Example

White with #A39E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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