Html Css Color HEX #A57F2C Hot Toddy

📋 copy color: '#A57F2C'

red 165 ◦ green 127 ◦ blue 44

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

Shades of Hot Toddy #A57F2C

Tints of Hot Toddy #A57F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 37.8%

 BLUE value IS 44 (17.58% from 255) = 13.1%

R = 49.11%
G = 37.8%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A57F2C (or 0xA57F2C) is known color: Hot Toddy. HEX triplet: A5, 7F and 2C. RGB value is (165,127,44). Sum of RGB (Red+Green+Blue) = 165+127+44=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57F2C is #5A80D3. Grayscale: #818181. Windows color (decimal): -5931220 or 2916261. OLE color: 2916261.

HSL color Cylindrical-coordinate representation of color #A57F2C: hue angle of 41.16º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A57F2C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 127 44 -
CMYK 0 0.23 0.73 0.35
HSL 41.16º 0.58% 0.41% -
HSV(B) 41.16º 0.73% 0.65% -
XYZ 23.56 23.36 5.65 -
YUV 128.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 165 127 44 0 0.23 0.73 0.35 41.16 0.58 0.41
Hex A5 7F 2C 0 17 49 23 29 3A 29
Octal 245 177 54 0 27 111 43 51 72 51
Binary 10100101 1111111 101100 0 10111 1001001 100011 101001 111010 101001

Color Harmonies of #A57F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F2C

Black with #A57F2C

Text Example


Text Example

White with #A57F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F2C; }

 p { color: rgb(165,127,44); }

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

background-color css

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

 a { background-color: rgb(165,127,44); }

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

border-color css

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

 span { border-color: rgb(165,127,44); }

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