Html Css Color HEX #A0711F Hot Toddy

📋 copy color: '#A0711F'

red 160 ◦ green 113 ◦ blue 31

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

Shades of Hot Toddy #A0711F

Tints of Hot Toddy #A0711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 52.63%
G = 37.17%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0711F (or 0xA0711F) is known color: Hot Toddy. HEX triplet: A0, 71 and 1F. RGB value is (160,113,31). Sum of RGB (Red+Green+Blue) = 160+113+31=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0711F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0711F is #5F8EE0. Grayscale: #767676. Windows color (decimal): -6262497 or 2060704. OLE color: 2060704.

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

Color convert

RGB 160 113 31 -
CMYK 0 0.29 0.81 0.37
HSL 38.14º 0.68% 0.37% -
HSV(B) 38.14º 0.81% 0.63% -
XYZ 20.65 19.38 3.95 -
YUV 117.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 160 113 31 0 0.29 0.81 0.37 38.14 0.68 0.37
Hex A0 71 1F 0 1D 51 25 26 44 25
Octal 240 161 37 0 35 121 45 46 104 45
Binary 10100000 1110001 11111 0 11101 1010001 100101 100110 1000100 100101

Color Harmonies of #A0711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0711F

Black with #A0711F

Text Example


Text Example

White with #A0711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0711F; }

 p { color: rgb(160,113,31); }

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

background-color css

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

 a { background-color: rgb(160,113,31); }

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

border-color css

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

 span { border-color: rgb(160,113,31); }

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