#A67B32

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

Shades of Hot Toddy #A67B32

Tints of Hot Toddy #A67B32

Color information

#A67B32 (or 0xA67B32) is unknown color: approx Hot Toddy. HEX triplet: A6, 7B and 32. RGB value is (166,123,50). Sum of RGB (Red+Green+Blue) = 166+123+50=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B32 is #5984CD. Grayscale: #7F7F7F. Windows color (decimal): -5866702 or 3308454. OLE color: 3308454.

HSL color Cylindrical-coordinate representation of color #A67B32: hue angle of 37.76º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A67B32 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16612350-
CMYK00.260.700.35
HSL37.76º53.7%42.35%-
HSV(B)37.76º69.88%65.1%-
XYZ23.3822.56.13-
YUV127.5484.25155.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=48.97%
G=36.28%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661235000.260.700.3537.7653.742.35
HexA67B3201A462326362a
Octal2461736203210643466652
Binary1010011011110111100100110101000110100011100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B32; }

 p { color: rgb(166,123,50); }

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

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

 a { background-color: rgb(166,123,50); }

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

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

 span { border-color: rgb(166,123,50); }

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