#A37529

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

Shades of Hot Toddy #A37529

Tints of Hot Toddy #A37529

Color information

#A37529 (or 0xA37529) is unknown color: approx Hot Toddy. HEX triplet: A3, 75 and 29. RGB value is (163,117,41). Sum of RGB (Red+Green+Blue) = 163+117+41=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A37529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37529 is #5C8AD6. Grayscale: #7A7A7A. Windows color (decimal): -6064855 or 2717091. OLE color: 2717091.

HSL color Cylindrical-coordinate representation of color #A37529: hue angle of 37.38º degrees, saturation: 0.6, 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 #A37529 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16311741-
CMYK00.280.750.36
HSL37.38º59.8%40%-
HSV(B)37.38º74.85%63.92%-
XYZ21.8720.674.93-
YUV122.0982.24157.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 41 (16.41% from 255) = 12.77%
R=50.78%
G=36.45%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631174100.280.750.3637.3859.840
HexA3752901C4B24253c28
Octal2431655103411344457450
Binary1010001111101011010010111001001011100100100101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37529; }

 p { color: rgb(163,117,41); }

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

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

 a { background-color: rgb(163,117,41); }

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

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

 span { border-color: rgb(163,117,41); }

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