#A6752B

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

Shades of Hot Toddy #A6752B

Tints of Hot Toddy #A6752B

Color information

#A6752B (or 0xA6752B) is unknown color: approx Hot Toddy. HEX triplet: A6, 75 and 2B. RGB value is (166,117,43). Sum of RGB (Red+Green+Blue) = 166+117+43=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6752B is #598AD4. Grayscale: #7B7B7B. Windows color (decimal): -5868245 or 2848166. OLE color: 2848166.

HSL color Cylindrical-coordinate representation of color #A6752B: hue angle of 36.1º 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 #A6752B is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB16611743-
CMYK00.300.740.35
HSL36.1º58.85%40.98%-
HSV(B)36.1º74.1%65.1%-
XYZ22.52215.15-
YUV123.2282.73158.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 43 (17.19% from 255) = 13.19%
R=50.92%
G=35.89%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661174300.300.740.3536.158.8540.98
HexA6752B01E4A23243b29
Octal2461655303611243447351
Binary1010011011101011010110111101001010100011100100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6752B; }

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

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

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

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

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

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

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

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