Html Css Color HEX #A49F8A Dawn

📋 copy color: '#A49F8A'

red 164 ◦ green 159 ◦ blue 138

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

Shades of Dawn #A49F8A

Tints of Dawn #A49F8A

RGB

 RED value IS 164 (64.45% from 255) = 35.57%

 GREEN value IS 159 (62.5% from 255) = 34.49%

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

R = 35.57%
G = 34.49%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A49F8A (or 0xA49F8A) is known color: Dawn. HEX triplet: A4, 9F and 8A. RGB value is (164,159,138). Sum of RGB (Red+Green+Blue) = 164+159+138=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F8A is #5B6075. Grayscale: #9E9E9E. Windows color (decimal): -5988470 or 9084836. OLE color: 9084836.

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

Color convert

RGB 164 159 138 -
CMYK 0 0.03 0.16 0.36
HSL 48.46º 0.13% 0.59% -
HSV(B) 48.46º 0.16% 0.64% -
XYZ 32.3 34.52 29.01 -
YUV 158.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 164 159 138 0 0.03 0.16 0.36 48.46 0.13 0.59
Hex A4 9F 8A 0 3 10 24 30 C 3B
Octal 244 237 212 0 3 20 44 60 14 73
Binary 10100100 10011111 10001010 0 11 10000 100100 110000 1100 111011

Color Harmonies of #A49F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F8A

Black with #A49F8A

Text Example


Text Example

White with #A49F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F8A; }

 p { color: rgb(164,159,138); }

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

background-color css

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

 a { background-color: rgb(164,159,138); }

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

border-color css

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

 span { border-color: rgb(164,159,138); }

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