Html Css Color HEX #A57C2B Hot Toddy

📋 copy color: '#A57C2B'

red 165 ◦ green 124 ◦ blue 43

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

Shades of Hot Toddy #A57C2B

Tints of Hot Toddy #A57C2B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 49.7%
G = 37.35%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A57C2B (or 0xA57C2B) is known color: Hot Toddy. HEX triplet: A5, 7C and 2B. RGB value is (165,124,43). Sum of RGB (Red+Green+Blue) = 165+124+43=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57C2B is #5A83D4. Grayscale: #7F7F7F. Windows color (decimal): -5931989 or 2849957. OLE color: 2849957.

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

Color convert

RGB 165 124 43 -
CMYK 0 0.25 0.74 0.35
HSL 39.84º 0.59% 0.41% -
HSV(B) 39.84º 0.74% 0.65% -
XYZ 23.16 22.59 5.42 -
YUV 127.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 165 124 43 0 0.25 0.74 0.35 39.84 0.59 0.41
Hex A5 7C 2B 0 19 4A 23 28 3B 29
Octal 245 174 53 0 31 112 43 50 73 51
Binary 10100101 1111100 101011 0 11001 1001010 100011 101000 111011 101001

Color Harmonies of #A57C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C2B

Black with #A57C2B

Text Example


Text Example

White with #A57C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C2B; }

 p { color: rgb(165,124,43); }

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

background-color css

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

 a { background-color: rgb(165,124,43); }

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

border-color css

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

 span { border-color: rgb(165,124,43); }

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