Html Css Color HEX #A49F8B Dawn

📋 copy color: '#A49F8B'

red 164 ◦ green 159 ◦ blue 139

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

Shades of Dawn #A49F8B

Tints of Dawn #A49F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 35.5%
G = 34.42%
B = 30.09%

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

#A49F8B (or 0xA49F8B) is known color: Dawn. HEX triplet: A4, 9F and 8B. RGB value is (164,159,139). Sum of RGB (Red+Green+Blue) = 164+159+139=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F8B is #5B6074. Grayscale: #9E9E9E. Windows color (decimal): -5988469 or 9150372. OLE color: 9150372.

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

Color convert

RGB 164 159 139 -
CMYK 0 0.03 0.15 0.36
HSL 48º 0.12% 0.59% -
HSV(B) 48º 0.15% 0.64% -
XYZ 32.37 34.55 29.39 -
YUV 158.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 164 159 139 0 0.03 0.15 0.36 48 0.12 0.59
Hex A4 9F 8B 0 3 F 24 30 C 3B
Octal 244 237 213 0 3 17 44 60 14 73
Binary 10100100 10011111 10001011 0 11 1111 100100 110000 1100 111011

Color Harmonies of #A49F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F8B

Black with #A49F8B

Text Example


Text Example

White with #A49F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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