Html Css Color HEX #A57432 Hot Toddy

📋 copy color: '#A57432'

red 165 ◦ green 116 ◦ blue 50

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

Shades of Hot Toddy #A57432

Tints of Hot Toddy #A57432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 49.85%
G = 35.05%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A57432 (or 0xA57432) is known color: Hot Toddy. HEX triplet: A5, 74 and 32. RGB value is (165,116,50). Sum of RGB (Red+Green+Blue) = 165+116+50=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A57432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57432 is #5A8BCD. Grayscale: #7B7B7B. Windows color (decimal): -5934030 or 3306661. OLE color: 3306661.

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

Color convert

RGB 165 116 50 -
CMYK 0 0.30 0.70 0.35
HSL 34.43º 0.53% 0.42% -
HSV(B) 34.43º 0.7% 0.65% -
XYZ 22.34 20.72 5.84 -
YUV 123.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 165 116 50 0 0.30 0.70 0.35 34.43 0.53 0.42
Hex A5 74 32 0 1E 46 23 22 35 2A
Octal 245 164 62 0 36 106 43 42 65 52
Binary 10100101 1110100 110010 0 11110 1000110 100011 100010 110101 101010

Color Harmonies of #A57432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57432

Black with #A57432

Text Example


Text Example

White with #A57432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57432; }

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

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

background-color css

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

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

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

border-color css

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

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

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