#A7802D

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

Shades of Hot Toddy #A7802D

Tints of Hot Toddy #A7802D

Color information

#A7802D (or 0xA7802D) is unknown color: approx Hot Toddy. HEX triplet: A7, 80 and 2D. RGB value is (167,128,45). Sum of RGB (Red+Green+Blue) = 167+128+45=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A7802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7802D is #587FD2. Grayscale: #828282. Windows color (decimal): -5799891 or 2982055. OLE color: 2982055.

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

Color convert

RGB16712845-
CMYK00.230.730.35
HSL40.82º57.55%41.57%-
HSV(B)40.82º73.05%65.49%-
XYZ24.1323.845.81-
YUV130.279.92154.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.12%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=49.12%
G=37.65%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671284500.230.730.3540.8257.5541.57
HexA7802D0174923293a2a
Octal2472005502711143517252
Binary10100111100000001011010101111001001100011101001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7802D; }

 p { color: rgb(167,128,45); }

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

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

 a { background-color: rgb(167,128,45); }

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

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

 span { border-color: rgb(167,128,45); }

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