Html Css Color HEX #A06449 Dark Tan

📋 copy color: '#A06449'

red 160 ◦ green 100 ◦ blue 73

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

Shades of Dark Tan #A06449

Tints of Dark Tan #A06449

RGB

 RED value IS 160 (62.89% from 255) = 48.05%

 GREEN value IS 100 (39.45% from 255) = 30.03%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 48.05%
G = 30.03%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A06449 (or 0xA06449) is known color: Dark Tan. HEX triplet: A0, 64 and 49. RGB value is (160,100,73). Sum of RGB (Red+Green+Blue) = 160+100+73=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A06449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06449 is #5F9BB6. Grayscale: #737373. Windows color (decimal): -6265783 or 4809888. OLE color: 4809888.

HSL color Cylindrical-coordinate representation of color #A06449: hue angle of 18.62º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06449 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 73 -
CMYK 0 0.38 0.54 0.37
HSL 18.62º 0.37% 0.46% -
HSV(B) 18.62º 0.54% 0.63% -
XYZ 20.26 17.07 8.53 -
YUV 114.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 160 100 73 0 0.38 0.54 0.37 18.62 0.37 0.46
Hex A0 64 49 0 26 36 25 13 25 2E
Octal 240 144 111 0 46 66 45 23 45 56
Binary 10100000 1100100 1001001 0 100110 110110 100101 10011 100101 101110

Color Harmonies of #A06449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06449

Black with #A06449

Text Example


Text Example

White with #A06449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06449; }

 p { color: rgb(160,100,73); }

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

background-color css

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

 a { background-color: rgb(160,100,73); }

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

border-color css

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

 span { border-color: rgb(160,100,73); }

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