Html Css Color HEX #A3701D Hot Toddy

📋 copy color: '#A3701D'

red 163 ◦ green 112 ◦ blue 29

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

Shades of Hot Toddy #A3701D

Tints of Hot Toddy #A3701D

RGB

 RED value IS 163 (64.06% from 255) = 53.62%

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 53.62%
G = 36.84%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3701D (or 0xA3701D) is known color: Hot Toddy. HEX triplet: A3, 70 and 1D. RGB value is (163,112,29). Sum of RGB (Red+Green+Blue) = 163+112+29=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3701D is #5C8FE2. Grayscale: #767676. Windows color (decimal): -6066147 or 1929379. OLE color: 1929379.

HSL color Cylindrical-coordinate representation of color #A3701D: hue angle of 37.16º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3701D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 29 -
CMYK 0 0.31 0.82 0.36
HSL 37.16º 0.7% 0.38% -
HSV(B) 37.16º 0.82% 0.64% -
XYZ 21.12 19.46 3.81 -
YUV 117.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 163 112 29 0 0.31 0.82 0.36 37.16 0.7 0.38
Hex A3 70 1D 0 1F 52 24 25 46 26
Octal 243 160 35 0 37 122 44 45 106 46
Binary 10100011 1110000 11101 0 11111 1010010 100100 100101 1000110 100110

Color Harmonies of #A3701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3701D

Black with #A3701D

Text Example


Text Example

White with #A3701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3701D; }

 p { color: rgb(163,112,29); }

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

background-color css

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

 a { background-color: rgb(163,112,29); }

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

border-color css

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

 span { border-color: rgb(163,112,29); }

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