Html Css Color HEX #A47520 Hot Toddy

📋 copy color: '#A47520'

red 164 ◦ green 117 ◦ blue 32

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

Shades of Hot Toddy #A47520

Tints of Hot Toddy #A47520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

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

R = 52.4%
G = 37.38%
B = 10.22%

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

#A47520 (or 0xA47520) is known color: Hot Toddy. HEX triplet: A4, 75 and 20. RGB value is (164,117,32). Sum of RGB (Red+Green+Blue) = 164+117+32=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A47520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47520 is #5B8ADF. Grayscale: #797979. Windows color (decimal): -5999328 or 2127268. OLE color: 2127268.

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

Color convert

RGB 164 117 32 -
CMYK 0 0.29 0.80 0.36
HSL 38.64º 0.67% 0.38% -
HSV(B) 38.64º 0.8% 0.64% -
XYZ 21.93 20.72 4.21 -
YUV 121.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 164 117 32 0 0.29 0.80 0.36 38.64 0.67 0.38
Hex A4 75 20 0 1D 50 24 27 43 26
Octal 244 165 40 0 35 120 44 47 103 46
Binary 10100100 1110101 100000 0 11101 1010000 100100 100111 1000011 100110

Color Harmonies of #A47520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47520

Black with #A47520

Text Example


Text Example

White with #A47520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47520; }

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

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

background-color css

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

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

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

border-color css

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

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

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