#A67C27

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

Shades of Hot Toddy #A67C27

Tints of Hot Toddy #A67C27

Color information

#A67C27 (or 0xA67C27) is unknown color: approx Hot Toddy. HEX triplet: A6, 7C and 27. RGB value is (166,124,39). Sum of RGB (Red+Green+Blue) = 166+124+39=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C27 is #5983D8. Grayscale: #7F7F7F. Windows color (decimal): -5866457 or 2587814. OLE color: 2587814.

HSL color Cylindrical-coordinate representation of color #A67C27: hue angle of 40.16º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A67C27 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16612439-
CMYK00.250.770.35
HSL40.16º61.95%40.2%-
HSV(B)40.16º76.51%65.1%-
XYZ23.322.675.07-
YUV126.8778.41155.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 39 (15.62% from 255) = 11.85%
R=50.46%
G=37.69%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661243900.250.770.3540.1661.9540.2
HexA67C270194D23283e28
Octal2461744703111543507650
Binary1010011011111001001110110011001101100011101000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C27; }

 p { color: rgb(166,124,39); }

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

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

 a { background-color: rgb(166,124,39); }

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

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

 span { border-color: rgb(166,124,39); }

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