Html Css Color HEX #A57A32 Hot Toddy

📋 copy color: '#A57A32'

red 165 ◦ green 122 ◦ blue 50

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

Shades of Hot Toddy #A57A32

Tints of Hot Toddy #A57A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 48.96%
G = 36.2%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A57A32 (or 0xA57A32) is known color: Hot Toddy. HEX triplet: A5, 7A and 32. RGB value is (165,122,50). Sum of RGB (Red+Green+Blue) = 165+122+50=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A32 is #5A85CD. Grayscale: #7E7E7E. Windows color (decimal): -5932494 or 3308197. OLE color: 3308197.

HSL color Cylindrical-coordinate representation of color #A57A32: hue angle of 37.57º degrees, saturation: 0.53, 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 #A57A32 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 122 50 -
CMYK 0 0.26 0.70 0.35
HSL 37.57º 0.53% 0.42% -
HSV(B) 37.57º 0.7% 0.65% -
XYZ 23.05 22.15 6.08 -
YUV 126.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 165 122 50 0 0.26 0.70 0.35 37.57 0.53 0.42
Hex A5 7A 32 0 1A 46 23 26 35 2A
Octal 245 172 62 0 32 106 43 46 65 52
Binary 10100101 1111010 110010 0 11010 1000110 100011 100110 110101 101010

Color Harmonies of #A57A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A32

Black with #A57A32

Text Example


Text Example

White with #A57A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A32; }

 p { color: rgb(165,122,50); }

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

background-color css

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

 a { background-color: rgb(165,122,50); }

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

border-color css

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

 span { border-color: rgb(165,122,50); }

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