#AD7532

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

Shades of Hot Toddy #AD7532

Tints of Hot Toddy #AD7532

Color information

#AD7532 (or 0xAD7532) is unknown color: approx Hot Toddy. HEX triplet: AD, 75 and 32. RGB value is (173,117,50). Sum of RGB (Red+Green+Blue) = 173+117+50=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7532 is #528ACD. Grayscale: #7E7E7E. Windows color (decimal): -5409486 or 3306925. OLE color: 3306925.

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

Color convert

RGB17311750-
CMYK00.320.710.32
HSL32.68º55.16%43.73%-
HSV(B)32.68º71.1%67.84%-
XYZ24.1721.845.96-
YUV126.1185.05161.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=50.88%
G=34.41%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731175000.320.710.3232.6855.1643.73
HexAD7532020472021372c
Octal2551656204010740416754
Binary10101101111010111001001000001000111100000100001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7532; }

 p { color: rgb(173,117,50); }

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

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

 a { background-color: rgb(173,117,50); }

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

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

 span { border-color: rgb(173,117,50); }

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