#A67F2C

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

Shades of Hot Toddy #A67F2C

Tints of Hot Toddy #A67F2C

Color information

#A67F2C (or 0xA67F2C) is unknown color: approx Hot Toddy. HEX triplet: A6, 7F and 2C. RGB value is (166,127,44). Sum of RGB (Red+Green+Blue) = 166+127+44=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F2C is #5980D3. Grayscale: #818181. Windows color (decimal): -5865684 or 2916262. OLE color: 2916262.

HSL color Cylindrical-coordinate representation of color #A67F2C: hue angle of 40.82º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A67F2C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16612744-
CMYK00.230.730.35
HSL40.82º58.1%41.18%-
HSV(B)40.82º73.49%65.1%-
XYZ23.7723.475.66-
YUV129.279.92154.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=49.26%
G=37.69%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661274400.230.730.3540.8258.141.18
HexA67F2C0174923293a29
Octal2461775402711143517251
Binary1010011011111111011000101111001001100011101001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F2C; }

 p { color: rgb(166,127,44); }

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

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

 a { background-color: rgb(166,127,44); }

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

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

 span { border-color: rgb(166,127,44); }

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