#A47535

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

Shades of Hot Toddy #A47535

Tints of Hot Toddy #A47535

Color information

#A47535 (or 0xA47535) is unknown color: approx Hot Toddy. HEX triplet: A4, 75 and 35. RGB value is (164,117,53). Sum of RGB (Red+Green+Blue) = 164+117+53=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A47535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47535 is #5B8ACA. Grayscale: #7C7C7C. Windows color (decimal): -5999307 or 3503524. OLE color: 3503524.

HSL color Cylindrical-coordinate representation of color #A47535: hue angle of 34.59º 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 #A47535 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB16411753-
CMYK00.290.680.36
HSL34.59º51.15%42.55%-
HSV(B)34.59º67.68%64.31%-
XYZ22.3120.876.22-
YUV123.7688.07156.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=49.10%
G=35.03%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641175300.290.680.3634.5951.1542.55
HexA4753501D442423332b
Octal2441656503510444436353
Binary1010010011101011101010111011000100100100100011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47535; }

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

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

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

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

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

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

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

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