#AD722A

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

Shades of Hot Toddy #AD722A

Tints of Hot Toddy #AD722A

Color information

#AD722A (or 0xAD722A) is unknown color: approx Hot Toddy. HEX triplet: AD, 72 and 2A. RGB value is (173,114,42). Sum of RGB (Red+Green+Blue) = 173+114+42=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD722A is #528DD5. Grayscale: #7B7B7B. Windows color (decimal): -5410262 or 2781869. OLE color: 2781869.

HSL color Cylindrical-coordinate representation of color #AD722A: hue angle of 32.98º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD722A is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17311442-
CMYK00.340.760.32
HSL32.98º60.93%42.16%-
HSV(B)32.98º75.72%67.84%-
XYZ23.6721.095.01-
YUV123.4382.05163.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=52.58%
G=34.65%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731144200.340.760.3232.9860.9342.16
HexAD722A0224C20213d2a
Octal2551625204211440417552
Binary10101101111001010101001000101001100100000100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD722A; }

 p { color: rgb(173,114,42); }

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

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

 a { background-color: rgb(173,114,42); }

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

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

 span { border-color: rgb(173,114,42); }

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