Html Css Color HEX #AD741A Hot Toddy

📋 copy color: '#AD741A'

red 173 ◦ green 116 ◦ blue 26

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

Shades of Hot Toddy #AD741A

Tints of Hot Toddy #AD741A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 54.92%
G = 36.83%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD741A (or 0xAD741A) is known color: Hot Toddy. HEX triplet: AD, 74 and 1A. RGB value is (173,116,26). Sum of RGB (Red+Green+Blue) = 173+116+26=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD741A is #528BE5. Grayscale: #7B7B7B. Windows color (decimal): -5409766 or 1733805. OLE color: 1733805.

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

Color convert

RGB 173 116 26 -
CMYK 0 0.33 0.85 0.32
HSL 36.73º 0.74% 0.39% -
HSV(B) 36.73º 0.85% 0.68% -
XYZ 23.67 21.45 3.87 -
YUV 122.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 173 116 26 0 0.33 0.85 0.32 36.73 0.74 0.39
Hex AD 74 1A 0 21 55 20 25 4A 27
Octal 255 164 32 0 41 125 40 45 112 47
Binary 10101101 1110100 11010 0 100001 1010101 100000 100101 1001010 100111

Color Harmonies of #AD741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD741A

Black with #AD741A

Text Example


Text Example

White with #AD741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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