Html Css Color HEX #A49F90 Dawn

📋 copy color: '#A49F90'

red 164 ◦ green 159 ◦ blue 144

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

Shades of Dawn #A49F90

Tints of Dawn #A49F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 35.12%
G = 34.05%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49F90 (or 0xA49F90) is known color: Dawn. HEX triplet: A4, 9F and 90. RGB value is (164,159,144). Sum of RGB (Red+Green+Blue) = 164+159+144=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F90 is #5B606F. Grayscale: #9E9E9E. Windows color (decimal): -5988464 or 9478052. OLE color: 9478052.

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

Color convert

RGB 164 159 144 -
CMYK 0 0.03 0.12 0.36
HSL 45º 0.1% 0.6% -
HSV(B) 45º 0.12% 0.64% -
XYZ 32.74 34.7 31.36 -
YUV 158.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 164 159 144 0 0.03 0.12 0.36 45 0.1 0.6
Hex A4 9F 90 0 3 C 24 2D A 3C
Octal 244 237 220 0 3 14 44 55 12 74
Binary 10100100 10011111 10010000 0 11 1100 100100 101101 1010 111100

Color Harmonies of #A49F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F90

Black with #A49F90

Text Example


Text Example

White with #A49F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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