Html Css Color HEX #A1721D Hot Toddy

📋 copy color: '#A1721D'

red 161 ◦ green 114 ◦ blue 29

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

Shades of Hot Toddy #A1721D

Tints of Hot Toddy #A1721D

RGB

 RED value IS 161 (63.28% from 255) = 52.96%

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

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 52.96%
G = 37.5%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1721D (or 0xA1721D) is known color: Hot Toddy. HEX triplet: A1, 72 and 1D. RGB value is (161,114,29). Sum of RGB (Red+Green+Blue) = 161+114+29=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1721D is #5E8DE2. Grayscale: #767676. Windows color (decimal): -6196707 or 1929889. OLE color: 1929889.

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

Color convert

RGB 161 114 29 -
CMYK 0 0.29 0.82 0.37
HSL 38.64º 0.69% 0.37% -
HSV(B) 38.64º 0.82% 0.63% -
XYZ 20.94 19.7 3.86 -
YUV 118.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 161 114 29 0 0.29 0.82 0.37 38.64 0.69 0.37
Hex A1 72 1D 0 1D 52 25 27 45 25
Octal 241 162 35 0 35 122 45 47 105 45
Binary 10100001 1110010 11101 0 11101 1010010 100101 100111 1000101 100101

Color Harmonies of #A1721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1721D

Black with #A1721D

Text Example


Text Example

White with #A1721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1721D; }

 p { color: rgb(161,114,29); }

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

background-color css

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

 a { background-color: rgb(161,114,29); }

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

border-color css

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

 span { border-color: rgb(161,114,29); }

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