#A47434

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

Shades of Hot Toddy #A47434

Tints of Hot Toddy #A47434

Color information

#A47434 (or 0xA47434) is unknown color: approx Hot Toddy. HEX triplet: A4, 74 and 34. RGB value is (164,116,52). Sum of RGB (Red+Green+Blue) = 164+116+52=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A47434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47434 is #5B8BCB. Grayscale: #7B7B7B. Windows color (decimal): -5999564 or 3437732. OLE color: 3437732.

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

Color convert

RGB16411652-
CMYK00.290.680.36
HSL34.29º51.85%42.35%-
HSV(B)34.29º68.29%64.31%-
XYZ22.1820.636.06-
YUV123.0687.9157.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=49.40%
G=34.94%
B=15.66%

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
Decimal1641165200.290.680.3634.2951.8542.35
HexA4743401D442422342a
Octal2441646403510444426452
Binary1010010011101001101000111011000100100100100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47434; }

 p { color: rgb(164,116,52); }

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

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

 a { background-color: rgb(164,116,52); }

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

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

 span { border-color: rgb(164,116,52); }

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