Html Css Color HEX #A17220 Hot Toddy

📋 copy color: '#A17220'

red 161 ◦ green 114 ◦ blue 32

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

Shades of Hot Toddy #A17220

Tints of Hot Toddy #A17220

RGB

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

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

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

R = 52.44%
G = 37.13%
B = 10.42%

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

#A17220 (or 0xA17220) is known color: Hot Toddy. HEX triplet: A1, 72 and 20. RGB value is (161,114,32). Sum of RGB (Red+Green+Blue) = 161+114+32=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A17220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17220 is #5E8DDF. Grayscale: #777777. Windows color (decimal): -6196704 or 2126497. OLE color: 2126497.

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

Color convert

RGB 161 114 32 -
CMYK 0 0.29 0.80 0.37
HSL 38.14º 0.67% 0.38% -
HSV(B) 38.14º 0.8% 0.63% -
XYZ 20.98 19.72 4.07 -
YUV 118.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 161 114 32 0 0.29 0.80 0.37 38.14 0.67 0.38
Hex A1 72 20 0 1D 50 25 26 43 26
Octal 241 162 40 0 35 120 45 46 103 46
Binary 10100001 1110010 100000 0 11101 1010000 100101 100110 1000011 100110

Color Harmonies of #A17220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17220

Black with #A17220

Text Example


Text Example

White with #A17220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17220; }

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

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

background-color css

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

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

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

border-color css

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

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

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