Html Css Color HEX #AD7432 Hot Toddy

📋 copy color: '#AD7432'

red 173 ◦ green 116 ◦ blue 50

#AD7432
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #AD7432

Tints of Hot Toddy #AD7432

RGB

 RED value IS 173 (67.97% from 255) = 51.03%

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 51.03%
G = 34.22%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD7432 (or 0xAD7432) is known color: Hot Toddy. HEX triplet: AD, 74 and 32. RGB value is (173,116,50). Sum of RGB (Red+Green+Blue) = 173+116+50=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7432 is #528BCD. Grayscale: #7D7D7D. Windows color (decimal): -5409742 or 3306669. OLE color: 3306669.

HSL color Cylindrical-coordinate representation of color #AD7432: hue angle of 32.2º 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 #AD7432 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 50 -
CMYK 0 0.33 0.71 0.32
HSL 32.2º 0.55% 0.44% -
HSV(B) 32.2º 0.71% 0.68% -
XYZ 24.05 21.61 5.92 -
YUV 125.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 173 116 50 0 0.33 0.71 0.32 32.2 0.55 0.44
Hex AD 74 32 0 21 47 20 20 37 2C
Octal 255 164 62 0 41 107 40 40 67 54
Binary 10101101 1110100 110010 0 100001 1000111 100000 100000 110111 101100

Color Harmonies of #AD7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7432

Black with #AD7432

Text Example


Text Example

White with #AD7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7432; }

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

 H1.HeaderClassName
 {
   color: #AD7432;
 }
 .AnyTagClassName
 {
   color: #AD7432;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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