#A67B3C

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

Shades of Hot Toddy #A67B3C

Tints of Hot Toddy #A67B3C

Color information

#A67B3C (or 0xA67B3C) is unknown color: approx Hot Toddy. HEX triplet: A6, 7B and 3C. RGB value is (166,123,60). Sum of RGB (Red+Green+Blue) = 166+123+60=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B3C is #5984C3. Grayscale: #808080. Windows color (decimal): -5866692 or 3963814. OLE color: 3963814.

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

Color convert

RGB16612360-
CMYK00.260.640.35
HSL35.66º46.9%44.31%-
HSV(B)35.66º63.86%65.1%-
XYZ23.6222.67.39-
YUV128.6789.25154.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=47.56%
G=35.24%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661236000.260.640.3535.6646.944.31
HexA67B3C01A4023242f2c
Octal2461737403210043445754
Binary1010011011110111111000110101000000100011100100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B3C; }

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

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

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

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

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

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

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

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