Html Css Color HEX #A67320 Hot Toddy

📋 copy color: '#A67320'

red 166 ◦ green 115 ◦ blue 32

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

Shades of Hot Toddy #A67320

Tints of Hot Toddy #A67320

RGB

 RED value IS 166 (65.23% from 255) = 53.04%

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 53.04%
G = 36.74%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A67320 (or 0xA67320) is known color: Hot Toddy. HEX triplet: A6, 73 and 20. RGB value is (166,115,32). Sum of RGB (Red+Green+Blue) = 166+115+32=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A67320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67320 is #598CDF. Grayscale: #797979. Windows color (decimal): -5868768 or 2126758. OLE color: 2126758.

HSL color Cylindrical-coordinate representation of color #A67320: hue angle of 37.16º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A67320 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 115 32 -
CMYK 0 0.31 0.81 0.35
HSL 37.16º 0.68% 0.39% -
HSV(B) 37.16º 0.81% 0.65% -
XYZ 22.12 20.47 4.15 -
YUV 120.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 166 115 32 0 0.31 0.81 0.35 37.16 0.68 0.39
Hex A6 73 20 0 1F 51 23 25 44 27
Octal 246 163 40 0 37 121 43 45 104 47
Binary 10100110 1110011 100000 0 11111 1010001 100011 100101 1000100 100111

Color Harmonies of #A67320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67320

Black with #A67320

Text Example


Text Example

White with #A67320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67320; }

 p { color: rgb(166,115,32); }

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

background-color css

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

 a { background-color: rgb(166,115,32); }

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

border-color css

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

 span { border-color: rgb(166,115,32); }

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