Html Css Color HEX #AD761F Hot Toddy

📋 copy color: '#AD761F'

red 173 ◦ green 118 ◦ blue 31

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

Shades of Hot Toddy #AD761F

Tints of Hot Toddy #AD761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

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

R = 53.73%
G = 36.65%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD761F (or 0xAD761F) is known color: Hot Toddy. HEX triplet: AD, 76 and 1F. RGB value is (173,118,31). Sum of RGB (Red+Green+Blue) = 173+118+31=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD761F is #5289E0. Grayscale: #7C7C7C. Windows color (decimal): -5409249 or 2061997. OLE color: 2061997.

HSL color Cylindrical-coordinate representation of color #AD761F: hue angle of 36.76º 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 #AD761F is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 31 -
CMYK 0 0.32 0.82 0.32
HSL 36.76º 0.7% 0.4% -
HSV(B) 36.76º 0.82% 0.68% -
XYZ 23.96 21.94 4.27 -
YUV 124.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 173 118 31 0 0.32 0.82 0.32 36.76 0.7 0.4
Hex AD 76 1F 0 20 52 20 25 46 28
Octal 255 166 37 0 40 122 40 45 106 50
Binary 10101101 1110110 11111 0 100000 1010010 100000 100101 1000110 101000

Color Harmonies of #AD761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD761F

Black with #AD761F

Text Example


Text Example

White with #AD761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD761F; }

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

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

background-color css

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

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

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

border-color css

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

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

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