#AD7430

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

Shades of Hot Toddy #AD7430

Tints of Hot Toddy #AD7430

Color information

#AD7430 (or 0xAD7430) is unknown color: approx Hot Toddy. HEX triplet: AD, 74 and 30. RGB value is (173,116,48). Sum of RGB (Red+Green+Blue) = 173+116+48=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7430 is #528BCF. Grayscale: #7D7D7D. Windows color (decimal): -5409744 or 3175597. OLE color: 3175597.

HSL color Cylindrical-coordinate representation of color #AD7430: hue angle of 32.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD7430 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17311648-
CMYK00.330.720.32
HSL32.64º56.56%43.33%-
HSV(B)32.64º72.25%67.84%-
XYZ24.0121.595.7-
YUV125.2984.38162.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 48 (19.14% from 255) = 14.24%
R=51.34%
G=34.42%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731164800.330.720.3232.6456.5643.33
HexAD7430021482021392b
Octal2551646004111040417153
Binary10101101111010011000001000011001000100000100001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7430; }

 p { color: rgb(173,116,48); }

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

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

 a { background-color: rgb(173,116,48); }

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

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

 span { border-color: rgb(173,116,48); }

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