Html Css Color HEX #A57129 Hot Toddy

📋 copy color: '#A57129'

red 165 ◦ green 113 ◦ blue 41

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

Shades of Hot Toddy #A57129

Tints of Hot Toddy #A57129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 51.72%
G = 35.42%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A57129 (or 0xA57129) is known color: Hot Toddy. HEX triplet: A5, 71 and 29. RGB value is (165,113,41). Sum of RGB (Red+Green+Blue) = 165+113+41=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A57129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57129 is #5A8ED6. Grayscale: #787878. Windows color (decimal): -5934807 or 2716069. OLE color: 2716069.

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

Color convert

RGB 165 113 41 -
CMYK 0 0.32 0.75 0.35
HSL 34.84º 0.6% 0.4% -
HSV(B) 34.84º 0.75% 0.65% -
XYZ 21.82 19.97 4.8 -
YUV 120.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 165 113 41 0 0.32 0.75 0.35 34.84 0.6 0.4
Hex A5 71 29 0 20 4B 23 23 3C 28
Octal 245 161 51 0 40 113 43 43 74 50
Binary 10100101 1110001 101001 0 100000 1001011 100011 100011 111100 101000

Color Harmonies of #A57129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57129

Black with #A57129

Text Example


Text Example

White with #A57129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57129; }

 p { color: rgb(165,113,41); }

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

background-color css

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

 a { background-color: rgb(165,113,41); }

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

border-color css

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

 span { border-color: rgb(165,113,41); }

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