Html Css Color HEX #A07047 Dark Tan

📋 copy color: '#A07047'

red 160 ◦ green 112 ◦ blue 71

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

Shades of Dark Tan #A07047

Tints of Dark Tan #A07047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 46.65%
G = 32.65%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A07047 (or 0xA07047) is known color: Dark Tan. HEX triplet: A0, 70 and 47. RGB value is (160,112,71). Sum of RGB (Red+Green+Blue) = 160+112+71=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A07047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07047 is #5F8FB8. Grayscale: #797979. Windows color (decimal): -6262713 or 4681888. OLE color: 4681888.

HSL color Cylindrical-coordinate representation of color #A07047: hue angle of 27.64º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A07047 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 71 -
CMYK 0 0.30 0.56 0.37
HSL 27.64º 0.39% 0.45% -
HSV(B) 27.64º 0.56% 0.63% -
XYZ 21.43 19.52 8.6 -
YUV 121.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 160 112 71 0 0.30 0.56 0.37 27.64 0.39 0.45
Hex A0 70 47 0 1E 38 25 1C 27 2D
Octal 240 160 107 0 36 70 45 34 47 55
Binary 10100000 1110000 1000111 0 11110 111000 100101 11100 100111 101101

Color Harmonies of #A07047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07047

Black with #A07047

Text Example


Text Example

White with #A07047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07047; }

 p { color: rgb(160,112,71); }

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

background-color css

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

 a { background-color: rgb(160,112,71); }

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

border-color css

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

 span { border-color: rgb(160,112,71); }

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