#A67A2B

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

Shades of Hot Toddy #A67A2B

Tints of Hot Toddy #A67A2B

Color information

#A67A2B (or 0xA67A2B) is unknown color: approx Hot Toddy. HEX triplet: A6, 7A and 2B. RGB value is (166,122,43). Sum of RGB (Red+Green+Blue) = 166+122+43=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A2B is #5985D4. Grayscale: #7E7E7E. Windows color (decimal): -5866965 or 2849446. OLE color: 2849446.

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

Color convert

RGB16612243-
CMYK00.270.740.35
HSL38.54º58.85%40.98%-
HSV(B)38.54º74.1%65.1%-
XYZ23.1222.25.35-
YUV126.1581.08156.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=50.15%
G=36.86%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661224300.270.740.3538.5458.8540.98
HexA67A2B01B4A23273b29
Octal2461725303311243477351
Binary1010011011110101010110110111001010100011100111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A2B; }

 p { color: rgb(166,122,43); }

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

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

 a { background-color: rgb(166,122,43); }

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

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

 span { border-color: rgb(166,122,43); }

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