#A67A35

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

Shades of Hot Toddy #A67A35

Tints of Hot Toddy #A67A35

Color information

#A67A35 (or 0xA67A35) is unknown color: approx Hot Toddy. HEX triplet: A6, 7A and 35. RGB value is (166,122,53). Sum of RGB (Red+Green+Blue) = 166+122+53=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A35 is #5985CA. Grayscale: #7F7F7F. Windows color (decimal): -5866955 or 3504806. OLE color: 3504806.

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

Color convert

RGB16612253-
CMYK00.270.680.35
HSL36.64º51.6%42.94%-
HSV(B)36.64º68.07%65.1%-
XYZ23.3322.286.44-
YUV127.2986.08155.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=48.68%
G=35.78%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661225300.270.680.3536.6451.642.94
HexA67A3501B442325342b
Octal2461726503310443456453
Binary1010011011110101101010110111000100100011100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A35; }

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

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

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

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

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

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

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

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