Html Css Color HEX #AD741D Hot Toddy

📋 copy color: '#AD741D'

red 173 ◦ green 116 ◦ blue 29

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

Shades of Hot Toddy #AD741D

Tints of Hot Toddy #AD741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 54.4%
G = 36.48%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD741D (or 0xAD741D) is known color: Hot Toddy. HEX triplet: AD, 74 and 1D. RGB value is (173,116,29). Sum of RGB (Red+Green+Blue) = 173+116+29=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD741D is #528BE2. Grayscale: #7B7B7B. Windows color (decimal): -5409763 or 1930413. OLE color: 1930413.

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

Color convert

RGB 173 116 29 -
CMYK 0 0.33 0.83 0.32
HSL 36.25º 0.71% 0.4% -
HSV(B) 36.25º 0.83% 0.68% -
XYZ 23.7 21.46 4.06 -
YUV 123.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 173 116 29 0 0.33 0.83 0.32 36.25 0.71 0.4
Hex AD 74 1D 0 21 53 20 24 47 28
Octal 255 164 35 0 41 123 40 44 107 50
Binary 10101101 1110100 11101 0 100001 1010011 100000 100100 1000111 101000

Color Harmonies of #AD741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD741D

Black with #AD741D

Text Example


Text Example

White with #AD741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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