Html Css Color HEX #A57031 Hot Toddy

📋 copy color: '#A57031'

red 165 ◦ green 112 ◦ blue 49

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

Shades of Hot Toddy #A57031

Tints of Hot Toddy #A57031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 50.61%
G = 34.36%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A57031 (or 0xA57031) is known color: Hot Toddy. HEX triplet: A5, 70 and 31. RGB value is (165,112,49). Sum of RGB (Red+Green+Blue) = 165+112+49=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A57031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57031 is #5A8FCE. Grayscale: #787878. Windows color (decimal): -5935055 or 3240101. OLE color: 3240101.

HSL color Cylindrical-coordinate representation of color #A57031: hue angle of 32.59º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A57031 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 49 -
CMYK 0 0.32 0.70 0.35
HSL 32.59º 0.54% 0.42% -
HSV(B) 32.59º 0.7% 0.65% -
XYZ 21.87 19.81 5.58 -
YUV 120.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 165 112 49 0 0.32 0.70 0.35 32.59 0.54 0.42
Hex A5 70 31 0 20 46 23 21 36 2A
Octal 245 160 61 0 40 106 43 41 66 52
Binary 10100101 1110000 110001 0 100000 1000110 100011 100001 110110 101010

Color Harmonies of #A57031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57031

Black with #A57031

Text Example


Text Example

White with #A57031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57031; }

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

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

background-color css

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

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

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

border-color css

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

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

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