Html Css Color HEX #A57024 Hot Toddy

📋 copy color: '#A57024'

red 165 ◦ green 112 ◦ blue 36

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

Shades of Hot Toddy #A57024

Tints of Hot Toddy #A57024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 52.72%
G = 35.78%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A57024 (or 0xA57024) is known color: Hot Toddy. HEX triplet: A5, 70 and 24. RGB value is (165,112,36). Sum of RGB (Red+Green+Blue) = 165+112+36=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A57024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57024 is #5A8FDB. Grayscale: #777777. Windows color (decimal): -5935068 or 2388133. OLE color: 2388133.

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

Color convert

RGB 165 112 36 -
CMYK 0 0.32 0.78 0.35
HSL 35.35º 0.64% 0.39% -
HSV(B) 35.35º 0.78% 0.65% -
XYZ 21.63 19.72 4.33 -
YUV 119.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 165 112 36 0 0.32 0.78 0.35 35.35 0.64 0.39
Hex A5 70 24 0 20 4E 23 23 40 27
Octal 245 160 44 0 40 116 43 43 100 47
Binary 10100101 1110000 100100 0 100000 1001110 100011 100011 1000000 100111

Color Harmonies of #A57024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57024

Black with #A57024

Text Example


Text Example

White with #A57024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57024; }

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

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

background-color css

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

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

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

border-color css

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

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

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