Html Css Color HEX #A17020 Hot Toddy

📋 copy color: '#A17020'

red 161 ◦ green 112 ◦ blue 32

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

Shades of Hot Toddy #A17020

Tints of Hot Toddy #A17020

RGB

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

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

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

R = 52.79%
G = 36.72%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A17020 (or 0xA17020) is known color: Hot Toddy. HEX triplet: A1, 70 and 20. RGB value is (161,112,32). Sum of RGB (Red+Green+Blue) = 161+112+32=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A17020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17020 is #5E8FDF. Grayscale: #757575. Windows color (decimal): -6197216 or 2125985. OLE color: 2125985.

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

Color convert

RGB 161 112 32 -
CMYK 0 0.30 0.80 0.37
HSL 37.21º 0.67% 0.38% -
HSV(B) 37.21º 0.8% 0.63% -
XYZ 20.75 19.27 3.99 -
YUV 117.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 161 112 32 0 0.30 0.80 0.37 37.21 0.67 0.38
Hex A1 70 20 0 1E 50 25 25 43 26
Octal 241 160 40 0 36 120 45 45 103 46
Binary 10100001 1110000 100000 0 11110 1010000 100101 100101 1000011 100110

Color Harmonies of #A17020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17020

Black with #A17020

Text Example


Text Example

White with #A17020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17020; }

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

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

background-color css

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

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

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

border-color css

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

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

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