#A67D2F

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

Shades of Hot Toddy #A67D2F

Tints of Hot Toddy #A67D2F

Color information

#A67D2F (or 0xA67D2F) is unknown color: approx Hot Toddy. HEX triplet: A6, 7D and 2F. RGB value is (166,125,47). Sum of RGB (Red+Green+Blue) = 166+125+47=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67D2F is #5982D0. Grayscale: #808080. Windows color (decimal): -5866193 or 3112358. OLE color: 3112358.

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

Color convert

RGB16612547-
CMYK00.250.720.35
HSL39.33º55.87%41.76%-
HSV(B)39.33º71.69%65.1%-
XYZ23.5722.985.88-
YUV128.3782.08154.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=49.11%
G=36.98%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661254700.250.720.3539.3355.8741.76
HexA67D2F019482327382a
Octal2461755703111043477052
Binary1010011011111011011110110011001000100011100111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D2F; }

 p { color: rgb(166,125,47); }

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

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

 a { background-color: rgb(166,125,47); }

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

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

 span { border-color: rgb(166,125,47); }

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