Html Css Color HEX #A47420 Hot Toddy

📋 copy color: '#A47420'

red 164 ◦ green 116 ◦ blue 32

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

Shades of Hot Toddy #A47420

Tints of Hot Toddy #A47420

RGB

 RED value IS 164 (64.45% from 255) = 52.56%

 GREEN value IS 116 (45.7% from 255) = 37.18%

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

R = 52.56%
G = 37.18%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A47420 (or 0xA47420) is known color: Hot Toddy. HEX triplet: A4, 74 and 20. RGB value is (164,116,32). Sum of RGB (Red+Green+Blue) = 164+116+32=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A47420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47420 is #5B8BDF. Grayscale: #797979. Windows color (decimal): -5999584 or 2127012. OLE color: 2127012.

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

Color convert

RGB 164 116 32 -
CMYK 0 0.29 0.80 0.36
HSL 38.18º 0.67% 0.38% -
HSV(B) 38.18º 0.8% 0.64% -
XYZ 21.82 20.49 4.17 -
YUV 120.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 164 116 32 0 0.29 0.80 0.36 38.18 0.67 0.38
Hex A4 74 20 0 1D 50 24 26 43 26
Octal 244 164 40 0 35 120 44 46 103 46
Binary 10100100 1110100 100000 0 11101 1010000 100100 100110 1000011 100110

Color Harmonies of #A47420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47420

Black with #A47420

Text Example


Text Example

White with #A47420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47420; }

 p { color: rgb(164,116,32); }

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

background-color css

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

 a { background-color: rgb(164,116,32); }

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

border-color css

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

 span { border-color: rgb(164,116,32); }

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