#A66A25

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

Shades of Hot Toddy #A66A25

Tints of Hot Toddy #A66A25

Color information

#A66A25 (or 0xA66A25) is unknown color: approx Hot Toddy. HEX triplet: A6, 6A and 25. RGB value is (166,106,37). Sum of RGB (Red+Green+Blue) = 166+106+37=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A25 is #5995DA. Grayscale: #747474. Windows color (decimal): -5871067 or 2452134. OLE color: 2452134.

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

Color convert

RGB16610637-
CMYK00.360.780.35
HSL32.09º63.55%39.8%-
HSV(B)32.09º77.71%65.1%-
XYZ21.2118.554.21-
YUV116.0783.38163.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=53.72%
G=34.30%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661063700.360.780.3532.0963.5539.8
HexA66A250244E23204028
Octal24615245044116434010050
Binary101001101101010100101010010010011101000111000001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A25; }

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

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

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

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

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

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

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

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