Html Css Color HEX #AD761E Hot Toddy

📋 copy color: '#AD761E'

red 173 ◦ green 118 ◦ blue 30

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

Shades of Hot Toddy #AD761E

Tints of Hot Toddy #AD761E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 53.89%
G = 36.76%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD761E (or 0xAD761E) is known color: Hot Toddy. HEX triplet: AD, 76 and 1E. RGB value is (173,118,30). Sum of RGB (Red+Green+Blue) = 173+118+30=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD761E is #5289E1. Grayscale: #7C7C7C. Windows color (decimal): -5409250 or 1996461. OLE color: 1996461.

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

Color convert

RGB 173 118 30 -
CMYK 0 0.32 0.83 0.32
HSL 36.92º 0.7% 0.4% -
HSV(B) 36.92º 0.83% 0.68% -
XYZ 23.95 21.93 4.2 -
YUV 124.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 173 118 30 0 0.32 0.83 0.32 36.92 0.7 0.4
Hex AD 76 1E 0 20 53 20 25 46 28
Octal 255 166 36 0 40 123 40 45 106 50
Binary 10101101 1110110 11110 0 100000 1010011 100000 100101 1000110 101000

Color Harmonies of #AD761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD761E

Black with #AD761E

Text Example


Text Example

White with #AD761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD761E; }

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

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

background-color css

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

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

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

border-color css

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

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

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