Html Css Color HEX #AD742E Hot Toddy

📋 copy color: '#AD742E'

red 173 ◦ green 116 ◦ blue 46

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

Shades of Hot Toddy #AD742E

Tints of Hot Toddy #AD742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 51.64%
G = 34.63%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD742E (or 0xAD742E) is known color: Hot Toddy. HEX triplet: AD, 74 and 2E. RGB value is (173,116,46). Sum of RGB (Red+Green+Blue) = 173+116+46=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD742E is #528BD1. Grayscale: #7D7D7D. Windows color (decimal): -5409746 or 3044525. OLE color: 3044525.

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

Color convert

RGB 173 116 46 -
CMYK 0 0.33 0.73 0.32
HSL 33.07º 0.58% 0.43% -
HSV(B) 33.07º 0.73% 0.68% -
XYZ 23.97 21.57 5.49 -
YUV 125.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 173 116 46 0 0.33 0.73 0.32 33.07 0.58 0.43
Hex AD 74 2E 0 21 49 20 21 3A 2B
Octal 255 164 56 0 41 111 40 41 72 53
Binary 10101101 1110100 101110 0 100001 1001001 100000 100001 111010 101011

Color Harmonies of #AD742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD742E

Black with #AD742E

Text Example


Text Example

White with #AD742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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