#A67F31

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

Shades of Hot Toddy #A67F31

Tints of Hot Toddy #A67F31

Color information

#A67F31 (or 0xA67F31) is unknown color: approx Hot Toddy. HEX triplet: A6, 7F and 31. RGB value is (166,127,49). Sum of RGB (Red+Green+Blue) = 166+127+49=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F31 is #5980CE. Grayscale: #828282. Windows color (decimal): -5865679 or 3243942. OLE color: 3243942.

HSL color Cylindrical-coordinate representation of color #A67F31: hue angle of 40º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A67F31 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16612749-
CMYK00.230.700.35
HSL40º54.42%42.16%-
HSV(B)40º70.48%65.1%-
XYZ23.8723.516.19-
YUV129.7782.42153.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 49 (19.53% from 255) = 14.33%
R=48.54%
G=37.13%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661274900.230.700.354054.4242.16
HexA67F31017462328362a
Octal2461776102710643506652
Binary1010011011111111100010101111000110100011101000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F31; }

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

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

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

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

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

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

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

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