Html Css Color HEX #A0721F Hot Toddy

📋 copy color: '#A0721F'

red 160 ◦ green 114 ◦ blue 31

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

Shades of Hot Toddy #A0721F

Tints of Hot Toddy #A0721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 52.46%
G = 37.38%
B = 10.16%

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

#A0721F (or 0xA0721F) is known color: Hot Toddy. HEX triplet: A0, 72 and 1F. RGB value is (160,114,31). Sum of RGB (Red+Green+Blue) = 160+114+31=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0721F is #5F8DE0. Grayscale: #767676. Windows color (decimal): -6262241 or 2060960. OLE color: 2060960.

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

Color convert

RGB 160 114 31 -
CMYK 0 0.29 0.81 0.37
HSL 38.6º 0.68% 0.37% -
HSV(B) 38.6º 0.81% 0.63% -
XYZ 20.76 19.61 3.99 -
YUV 118.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 160 114 31 0 0.29 0.81 0.37 38.6 0.68 0.37
Hex A0 72 1F 0 1D 51 25 27 44 25
Octal 240 162 37 0 35 121 45 47 104 45
Binary 10100000 1110010 11111 0 11101 1010001 100101 100111 1000100 100101

Color Harmonies of #A0721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0721F

Black with #A0721F

Text Example


Text Example

White with #A0721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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