Html Css Color HEX #AD741F Hot Toddy

📋 copy color: '#AD741F'

red 173 ◦ green 116 ◦ blue 31

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

Shades of Hot Toddy #AD741F

Tints of Hot Toddy #AD741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 54.06%
G = 36.25%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD741F (or 0xAD741F) is known color: Hot Toddy. HEX triplet: AD, 74 and 1F. RGB value is (173,116,31). Sum of RGB (Red+Green+Blue) = 173+116+31=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD741F is #528BE0. Grayscale: #7B7B7B. Windows color (decimal): -5409761 or 2061485. OLE color: 2061485.

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

Color convert

RGB 173 116 31 -
CMYK 0 0.33 0.82 0.32
HSL 35.92º 0.7% 0.4% -
HSV(B) 35.92º 0.82% 0.68% -
XYZ 23.73 21.47 4.19 -
YUV 123.35 75.88 163.41 -
System Red Green Blue C M Y K H S L
Decimal 173 116 31 0 0.33 0.82 0.32 35.92 0.7 0.4
Hex AD 74 1F 0 21 52 20 24 46 28
Octal 255 164 37 0 41 122 40 44 106 50
Binary 10101101 1110100 11111 0 100001 1010010 100000 100100 1000110 101000

Color Harmonies of #AD741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD741F

Black with #AD741F

Text Example


Text Example

White with #AD741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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