Html Css Color HEX #A47220 Hot Toddy

📋 copy color: '#A47220'

red 164 ◦ green 114 ◦ blue 32

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

Shades of Hot Toddy #A47220

Tints of Hot Toddy #A47220

RGB

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

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

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

R = 52.9%
G = 36.77%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A47220 (or 0xA47220) is known color: Hot Toddy. HEX triplet: A4, 72 and 20. RGB value is (164,114,32). Sum of RGB (Red+Green+Blue) = 164+114+32=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A47220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47220 is #5B8DDF. Grayscale: #777777. Windows color (decimal): -6000096 or 2126500. OLE color: 2126500.

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

Color convert

RGB 164 114 32 -
CMYK 0 0.30 0.80 0.36
HSL 37.27º 0.67% 0.38% -
HSV(B) 37.27º 0.8% 0.64% -
XYZ 21.59 20.03 4.1 -
YUV 119.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 164 114 32 0 0.30 0.80 0.36 37.27 0.67 0.38
Hex A4 72 20 0 1E 50 24 25 43 26
Octal 244 162 40 0 36 120 44 45 103 46
Binary 10100100 1110010 100000 0 11110 1010000 100100 100101 1000011 100110

Color Harmonies of #A47220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47220

Black with #A47220

Text Example


Text Example

White with #A47220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47220; }

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

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

background-color css

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

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

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

border-color css

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

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

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