#A37228

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

Shades of Hot Toddy #A37228

Tints of Hot Toddy #A37228

Color information

#A37228 (or 0xA37228) is unknown color: approx Hot Toddy. HEX triplet: A3, 72 and 28. RGB value is (163,114,40). Sum of RGB (Red+Green+Blue) = 163+114+40=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A37228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37228 is #5C8DD7. Grayscale: #787878. Windows color (decimal): -6065624 or 2650787. OLE color: 2650787.

HSL color Cylindrical-coordinate representation of color #A37228: hue angle of 36.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A37228 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16311440-
CMYK00.300.750.36
HSL36.1º60.59%39.8%-
HSV(B)36.1º75.46%63.92%-
XYZ21.519.974.73-
YUV120.2182.73158.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 40 (16.02% from 255) = 12.62%
R=51.42%
G=35.96%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631144000.300.750.3636.160.5939.8
HexA3722801E4B24243d28
Octal2431625003611344447550
Binary1010001111100101010000111101001011100100100100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37228; }

 p { color: rgb(163,114,40); }

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

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

 a { background-color: rgb(163,114,40); }

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

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

 span { border-color: rgb(163,114,40); }

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