Html Css Color HEX #A57320 Hot Toddy

📋 copy color: '#A57320'

red 165 ◦ green 115 ◦ blue 32

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

Shades of Hot Toddy #A57320

Tints of Hot Toddy #A57320

RGB

 RED value IS 165 (64.84% from 255) = 52.88%

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 52.88%
G = 36.86%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A57320 (or 0xA57320) is known color: Hot Toddy. HEX triplet: A5, 73 and 20. RGB value is (165,115,32). Sum of RGB (Red+Green+Blue) = 165+115+32=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A57320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57320 is #5A8CDF. Grayscale: #787878. Windows color (decimal): -5934304 or 2126757. OLE color: 2126757.

HSL color Cylindrical-coordinate representation of color #A57320: hue angle of 37.44º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A57320 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 32 -
CMYK 0 0.30 0.81 0.35
HSL 37.44º 0.68% 0.39% -
HSV(B) 37.44º 0.81% 0.65% -
XYZ 21.91 20.37 4.14 -
YUV 120.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 165 115 32 0 0.30 0.81 0.35 37.44 0.68 0.39
Hex A5 73 20 0 1E 51 23 25 44 27
Octal 245 163 40 0 36 121 43 45 104 47
Binary 10100101 1110011 100000 0 11110 1010001 100011 100101 1000100 100111

Color Harmonies of #A57320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57320

Black with #A57320

Text Example


Text Example

White with #A57320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57320; }

 p { color: rgb(165,115,32); }

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

background-color css

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

 a { background-color: rgb(165,115,32); }

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

border-color css

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

 span { border-color: rgb(165,115,32); }

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