Html Css Color HEX #AD742F Hot Toddy

📋 copy color: '#AD742F'

red 173 ◦ green 116 ◦ blue 47

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

Shades of Hot Toddy #AD742F

Tints of Hot Toddy #AD742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 51.49%
G = 34.52%
B = 13.99%

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

#AD742F (or 0xAD742F) is known color: Hot Toddy. HEX triplet: AD, 74 and 2F. RGB value is (173,116,47). Sum of RGB (Red+Green+Blue) = 173+116+47=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD742F is #528BD0. Grayscale: #7D7D7D. Windows color (decimal): -5409745 or 3110061. OLE color: 3110061.

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

Color convert

RGB 173 116 47 -
CMYK 0 0.33 0.73 0.32
HSL 32.86º 0.57% 0.43% -
HSV(B) 32.86º 0.73% 0.68% -
XYZ 23.99 21.58 5.59 -
YUV 125.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 173 116 47 0 0.33 0.73 0.32 32.86 0.57 0.43
Hex AD 74 2F 0 21 49 20 21 39 2B
Octal 255 164 57 0 41 111 40 41 71 53
Binary 10101101 1110100 101111 0 100001 1001001 100000 100001 111001 101011

Color Harmonies of #AD742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD742F

Black with #AD742F

Text Example


Text Example

White with #AD742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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