#A47A34

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

Shades of Hot Toddy #A47A34

Tints of Hot Toddy #A47A34

Color information

#A47A34 (or 0xA47A34) is unknown color: approx Hot Toddy. HEX triplet: A4, 7A and 34. RGB value is (164,122,52). Sum of RGB (Red+Green+Blue) = 164+122+52=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A34 is #5B85CB. Grayscale: #7E7E7E. Windows color (decimal): -5998028 or 3439268. OLE color: 3439268.

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

Color convert

RGB16412252-
CMYK00.260.680.36
HSL37.5º51.85%42.35%-
HSV(B)37.5º68.29%64.31%-
XYZ22.8922.066.3-
YUV126.5885.91154.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 52 (20.70% from 255) = 15.38%
R=48.52%
G=36.09%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641225200.260.680.3637.551.8542.35
HexA47A3401A442426342a
Octal2441726403210444466452
Binary1010010011110101101000110101000100100100100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A34; }

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

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

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

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

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

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

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

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