Html Css Color HEX #A06B49 Dark Tan

📋 copy color: '#A06B49'

red 160 ◦ green 107 ◦ blue 73

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

Shades of Dark Tan #A06B49

Tints of Dark Tan #A06B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

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

R = 47.06%
G = 31.47%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A06B49 (or 0xA06B49) is known color: Dark Tan. HEX triplet: A0, 6B and 49. RGB value is (160,107,73). Sum of RGB (Red+Green+Blue) = 160+107+73=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B49 is #5F94B6. Grayscale: #777777. Windows color (decimal): -6263991 or 4811680. OLE color: 4811680.

HSL color Cylindrical-coordinate representation of color #A06B49: hue angle of 23.45º 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 #A06B49 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 107 73 -
CMYK 0 0.33 0.54 0.37
HSL 23.45º 0.37% 0.46% -
HSV(B) 23.45º 0.54% 0.63% -
XYZ 20.96 18.47 8.76 -
YUV 118.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 160 107 73 0 0.33 0.54 0.37 23.45 0.37 0.46
Hex A0 6B 49 0 21 36 25 17 25 2E
Octal 240 153 111 0 41 66 45 27 45 56
Binary 10100000 1101011 1001001 0 100001 110110 100101 10111 100101 101110

Color Harmonies of #A06B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B49

Black with #A06B49

Text Example


Text Example

White with #A06B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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