#A67125

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

Shades of Hot Toddy #A67125

Tints of Hot Toddy #A67125

Color information

#A67125 (or 0xA67125) is unknown color: approx Hot Toddy. HEX triplet: A6, 71 and 25. RGB value is (166,113,37). Sum of RGB (Red+Green+Blue) = 166+113+37=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A67125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67125 is #598EDA. Grayscale: #787878. Windows color (decimal): -5869275 or 2453926. OLE color: 2453926.

HSL color Cylindrical-coordinate representation of color #A67125: hue angle of 35.35º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A67125 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB16611337-
CMYK00.320.780.35
HSL35.35º63.55%39.8%-
HSV(B)35.35º77.71%65.1%-
XYZ21.9620.054.46-
YUV120.1881.06160.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=52.53%
G=35.76%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661133700.320.780.3535.3563.5539.8
HexA671250204E23234028
Octal24616145040116434310050
Binary101001101110001100101010000010011101000111000111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67125; }

 p { color: rgb(166,113,37); }

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

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

 a { background-color: rgb(166,113,37); }

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

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

 span { border-color: rgb(166,113,37); }

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