#A67B38

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

Shades of Hot Toddy #A67B38

Tints of Hot Toddy #A67B38

Color information

#A67B38 (or 0xA67B38) is unknown color: approx Hot Toddy. HEX triplet: A6, 7B and 38. RGB value is (166,123,56). Sum of RGB (Red+Green+Blue) = 166+123+56=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B38 is #5984C7. Grayscale: #808080. Windows color (decimal): -5866696 or 3701670. OLE color: 3701670.

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

Color convert

RGB16612356-
CMYK00.260.660.35
HSL36.55º49.55%43.53%-
HSV(B)36.55º66.27%65.1%-
XYZ23.5222.566.86-
YUV128.2287.25154.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=48.12%
G=35.65%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661235600.260.660.3536.5549.5543.53
HexA67B3801A422325322c
Octal2461737003210243456254
Binary1010011011110111110000110101000010100011100101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B38; }

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

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

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

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

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

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

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

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