Html Css Color HEX #A1721E Hot Toddy

📋 copy color: '#A1721E'

red 161 ◦ green 114 ◦ blue 30

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

Shades of Hot Toddy #A1721E

Tints of Hot Toddy #A1721E

RGB

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

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

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

R = 52.79%
G = 37.38%
B = 9.84%

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

#A1721E (or 0xA1721E) is known color: Hot Toddy. HEX triplet: A1, 72 and 1E. RGB value is (161,114,30). Sum of RGB (Red+Green+Blue) = 161+114+30=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1721E is #5E8DE1. Grayscale: #767676. Windows color (decimal): -6196706 or 1995425. OLE color: 1995425.

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

Color convert

RGB 161 114 30 -
CMYK 0 0.29 0.81 0.37
HSL 38.47º 0.69% 0.37% -
HSV(B) 38.47º 0.81% 0.63% -
XYZ 20.95 19.71 3.93 -
YUV 118.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 161 114 30 0 0.29 0.81 0.37 38.47 0.69 0.37
Hex A1 72 1E 0 1D 51 25 26 45 25
Octal 241 162 36 0 35 121 45 46 105 45
Binary 10100001 1110010 11110 0 11101 1010001 100101 100110 1000101 100101

Color Harmonies of #A1721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1721E

Black with #A1721E

Text Example


Text Example

White with #A1721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1721E; }

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

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

background-color css

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

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

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

border-color css

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

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

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