Html Css Color HEX #A0721E Hot Toddy

📋 copy color: '#A0721E'

red 160 ◦ green 114 ◦ blue 30

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

Shades of Hot Toddy #A0721E

Tints of Hot Toddy #A0721E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 52.63%
G = 37.5%
B = 9.87%

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

#A0721E (or 0xA0721E) is known color: Hot Toddy. HEX triplet: A0, 72 and 1E. RGB value is (160,114,30). Sum of RGB (Red+Green+Blue) = 160+114+30=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0721E is #5F8DE1. Grayscale: #767676. Windows color (decimal): -6262242 or 1995424. OLE color: 1995424.

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

Color convert

RGB 160 114 30 -
CMYK 0 0.29 0.81 0.37
HSL 38.77º 0.68% 0.37% -
HSV(B) 38.77º 0.81% 0.63% -
XYZ 20.75 19.6 3.92 -
YUV 118.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 160 114 30 0 0.29 0.81 0.37 38.77 0.68 0.37
Hex A0 72 1E 0 1D 51 25 27 44 25
Octal 240 162 36 0 35 121 45 47 104 45
Binary 10100000 1110010 11110 0 11101 1010001 100101 100111 1000100 100101

Color Harmonies of #A0721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0721E

Black with #A0721E

Text Example


Text Example

White with #A0721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0721E; }

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

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

background-color css

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

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

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

border-color css

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

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

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