#A47D35

Color #A47D35 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #A47D35

Tints of Hot Toddy #A47D35

Color information

#A47D35 (or 0xA47D35) is unknown color: approx Hot Toddy. HEX triplet: A4, 7D and 35. RGB value is (164,125,53). Sum of RGB (Red+Green+Blue) = 164+125+53=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D35 is #5B82CA. Grayscale: #808080. Windows color (decimal): -5997259 or 3505572. OLE color: 3505572.

HSL color Cylindrical-coordinate representation of color #A47D35: hue angle of 38.92º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A47D35 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB16412553-
CMYK00.240.680.36
HSL38.92º51.15%42.55%-
HSV(B)38.92º67.68%64.31%-
XYZ23.2922.826.54-
YUV128.4585.42153.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 125 (49.22% from 255) = 36.55%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=47.95%
G=36.55%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641255300.240.680.3638.9251.1542.55
HexA47D35018442427332b
Octal2441756503010444476353
Binary1010010011111011101010110001000100100100100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D35; }

 p { color: rgb(164,125,53); }

 H1.HeaderClassName
 {
   color: #A47D35;
 }
 .AnyTagClassName
 {
   color: #A47D35;
 }
</style>
background-color css

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

 a { background-color: rgb(164,125,53); }

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

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

 span { border-color: rgb(164,125,53); }

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