Html Css Color HEX #A57020 Hot Toddy

📋 copy color: '#A57020'

red 165 ◦ green 112 ◦ blue 32

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

Shades of Hot Toddy #A57020

Tints of Hot Toddy #A57020

RGB

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

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

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

R = 53.4%
G = 36.25%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A57020 (or 0xA57020) is known color: Hot Toddy. HEX triplet: A5, 70 and 20. RGB value is (165,112,32). Sum of RGB (Red+Green+Blue) = 165+112+32=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A57020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57020 is #5A8FDF. Grayscale: #777777. Windows color (decimal): -5935072 or 2125989. OLE color: 2125989.

HSL color Cylindrical-coordinate representation of color #A57020: hue angle of 36.09º 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 #A57020 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 32 -
CMYK 0 0.32 0.81 0.35
HSL 36.09º 0.68% 0.39% -
HSV(B) 36.09º 0.81% 0.65% -
XYZ 21.57 19.69 4.03 -
YUV 118.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 165 112 32 0 0.32 0.81 0.35 36.09 0.68 0.39
Hex A5 70 20 0 20 51 23 24 44 27
Octal 245 160 40 0 40 121 43 44 104 47
Binary 10100101 1110000 100000 0 100000 1010001 100011 100100 1000100 100111

Color Harmonies of #A57020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57020

Black with #A57020

Text Example


Text Example

White with #A57020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57020; }

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

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

background-color css

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

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

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

border-color css

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

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

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