#A67521

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

Shades of Hot Toddy #A67521

Tints of Hot Toddy #A67521

Color information

#A67521 (or 0xA67521) is unknown color: approx Hot Toddy. HEX triplet: A6, 75 and 21. RGB value is (166,117,33). Sum of RGB (Red+Green+Blue) = 166+117+33=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A67521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67521 is #598ADE. Grayscale: #7A7A7A. Windows color (decimal): -5868255 or 2192806. OLE color: 2192806.

HSL color Cylindrical-coordinate representation of color #A67521: hue angle of 37.89º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A67521 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16611733-
CMYK00.300.800.35
HSL37.89º66.83%39.02%-
HSV(B)37.89º80.12%65.1%-
XYZ22.3620.944.3-
YUV122.0877.73159.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 33 (13.28% from 255) = 10.44%
R=52.53%
G=37.03%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661173300.300.800.3537.8966.8339.02
HexA6752101E5023264327
Octal24616541036120434610347
Binary10100110111010110000101111010100001000111001101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67521; }

 p { color: rgb(166,117,33); }

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

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

 a { background-color: rgb(166,117,33); }

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

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

 span { border-color: rgb(166,117,33); }

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