Html Css Color HEX #A07421 Hot Toddy

📋 copy color: '#A07421'

red 160 ◦ green 116 ◦ blue 33

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

Shades of Hot Toddy #A07421

Tints of Hot Toddy #A07421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 51.78%
G = 37.54%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A07421 (or 0xA07421) is known color: Hot Toddy. HEX triplet: A0, 74 and 21. RGB value is (160,116,33). Sum of RGB (Red+Green+Blue) = 160+116+33=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A07421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07421 is #5F8BDE. Grayscale: #787878. Windows color (decimal): -6261727 or 2192544. OLE color: 2192544.

HSL color Cylindrical-coordinate representation of color #A07421: hue angle of 39.21º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A07421 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 33 -
CMYK 0 0.28 0.79 0.37
HSL 39.21º 0.66% 0.38% -
HSV(B) 39.21º 0.79% 0.63% -
XYZ 21.02 20.07 4.21 -
YUV 119.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 160 116 33 0 0.28 0.79 0.37 39.21 0.66 0.38
Hex A0 74 21 0 1C 4F 25 27 42 26
Octal 240 164 41 0 34 117 45 47 102 46
Binary 10100000 1110100 100001 0 11100 1001111 100101 100111 1000010 100110

Color Harmonies of #A07421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07421

Black with #A07421

Text Example


Text Example

White with #A07421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07421; }

 p { color: rgb(160,116,33); }

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

background-color css

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

 a { background-color: rgb(160,116,33); }

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

border-color css

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

 span { border-color: rgb(160,116,33); }

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