Html Css Color HEX #A57E2F Hot Toddy

📋 copy color: '#A57E2F'

red 165 ◦ green 126 ◦ blue 47

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

Shades of Hot Toddy #A57E2F

Tints of Hot Toddy #A57E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 48.82%
G = 37.28%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A57E2F (or 0xA57E2F) is known color: Hot Toddy. HEX triplet: A5, 7E and 2F. RGB value is (165,126,47). Sum of RGB (Red+Green+Blue) = 165+126+47=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57E2F is #5A81D0. Grayscale: #818181. Windows color (decimal): -5931473 or 3112613. OLE color: 3112613.

HSL color Cylindrical-coordinate representation of color #A57E2F: hue angle of 40.17º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A57E2F is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 126 47 -
CMYK 0 0.24 0.72 0.35
HSL 40.17º 0.56% 0.42% -
HSV(B) 40.17º 0.72% 0.65% -
XYZ 23.49 23.13 5.92 -
YUV 128.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 165 126 47 0 0.24 0.72 0.35 40.17 0.56 0.42
Hex A5 7E 2F 0 18 48 23 28 38 2A
Octal 245 176 57 0 30 110 43 50 70 52
Binary 10100101 1111110 101111 0 11000 1001000 100011 101000 111000 101010

Color Harmonies of #A57E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57E2F

Black with #A57E2F

Text Example


Text Example

White with #A57E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57E2F; }

 p { color: rgb(165,126,47); }

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

background-color css

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

 a { background-color: rgb(165,126,47); }

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

border-color css

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

 span { border-color: rgb(165,126,47); }

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