#AD7626

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

Shades of Hot Toddy #AD7626

Tints of Hot Toddy #AD7626

Color information

#AD7626 (or 0xAD7626) is unknown color: approx Hot Toddy. HEX triplet: AD, 76 and 26. RGB value is (173,118,38). Sum of RGB (Red+Green+Blue) = 173+118+38=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7626 is #5289D9. Grayscale: #7D7D7D. Windows color (decimal): -5409242 or 2520749. OLE color: 2520749.

HSL color Cylindrical-coordinate representation of color #AD7626: hue angle of 35.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD7626 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17311838-
CMYK00.320.780.32
HSL35.56º63.98%41.37%-
HSV(B)35.56º78.03%67.84%-
XYZ24.0621.984.81-
YUV125.3278.72162-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=52.58%
G=35.87%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731183800.320.780.3235.5663.9841.37
HexAD76260204E20244029
Octal25516646040116404410051
Binary101011011110110100110010000010011101000001001001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7626; }

 p { color: rgb(173,118,38); }

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

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

 a { background-color: rgb(173,118,38); }

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

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

 span { border-color: rgb(173,118,38); }

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