Html Css Color HEX #A17320 Hot Toddy

📋 copy color: '#A17320'

red 161 ◦ green 115 ◦ blue 32

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

Shades of Hot Toddy #A17320

Tints of Hot Toddy #A17320

RGB

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

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

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

R = 52.27%
G = 37.34%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A17320 (or 0xA17320) is known color: Hot Toddy. HEX triplet: A1, 73 and 20. RGB value is (161,115,32). Sum of RGB (Red+Green+Blue) = 161+115+32=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A17320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17320 is #5E8CDF. Grayscale: #777777. Windows color (decimal): -6196448 or 2126753. OLE color: 2126753.

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

Color convert

RGB 161 115 32 -
CMYK 0 0.29 0.80 0.37
HSL 38.6º 0.67% 0.38% -
HSV(B) 38.6º 0.8% 0.63% -
XYZ 21.09 19.94 4.1 -
YUV 119.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 161 115 32 0 0.29 0.80 0.37 38.6 0.67 0.38
Hex A1 73 20 0 1D 50 25 27 43 26
Octal 241 163 40 0 35 120 45 47 103 46
Binary 10100001 1110011 100000 0 11101 1010000 100101 100111 1000011 100110

Color Harmonies of #A17320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17320

Black with #A17320

Text Example


Text Example

White with #A17320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17320; }

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

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

background-color css

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

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

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

border-color css

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

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

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