#A07526

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

Shades of Hot Toddy #A07526

Tints of Hot Toddy #A07526

Color information

#A07526 (or 0xA07526) is unknown color: approx Hot Toddy. HEX triplet: A0, 75 and 26. RGB value is (160,117,38). Sum of RGB (Red+Green+Blue) = 160+117+38=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A07526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07526 is #5F8AD9. Grayscale: #797979. Windows color (decimal): -6261466 or 2520480. OLE color: 2520480.

HSL color Cylindrical-coordinate representation of color #A07526: hue angle of 38.85º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A07526 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB16011738-
CMYK00.270.760.37
HSL38.85º61.62%38.82%-
HSV(B)38.85º76.25%62.75%-
XYZ21.2120.344.64-
YUV120.8581.25155.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=50.79%
G=37.14%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601173800.270.760.3738.8561.6238.82
HexA0752601B4C25273e27
Octal2401654603311445477647
Binary1010000011101011001100110111001100100101100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07526; }

 p { color: rgb(160,117,38); }

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

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

 a { background-color: rgb(160,117,38); }

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

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

 span { border-color: rgb(160,117,38); }

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