Html Css Color HEX #AD7226 Hot Toddy

📋 copy color: '#AD7226'

red 173 ◦ green 114 ◦ blue 38

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

Shades of Hot Toddy #AD7226

Tints of Hot Toddy #AD7226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 53.23%
G = 35.08%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD7226 (or 0xAD7226) is known color: Hot Toddy. HEX triplet: AD, 72 and 26. RGB value is (173,114,38). Sum of RGB (Red+Green+Blue) = 173+114+38=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7226 is #528DD9. Grayscale: #7B7B7B. Windows color (decimal): -5410266 or 2519725. OLE color: 2519725.

HSL color Cylindrical-coordinate representation of color #AD7226: hue angle of 33.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD7226 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 38 -
CMYK 0 0.34 0.78 0.32
HSL 33.78º 0.64% 0.41% -
HSV(B) 33.78º 0.78% 0.68% -
XYZ 23.6 21.06 4.65 -
YUV 122.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 173 114 38 0 0.34 0.78 0.32 33.78 0.64 0.41
Hex AD 72 26 0 22 4E 20 22 40 29
Octal 255 162 46 0 42 116 40 42 100 51
Binary 10101101 1110010 100110 0 100010 1001110 100000 100010 1000000 101001

Color Harmonies of #AD7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7226

Black with #AD7226

Text Example


Text Example

White with #AD7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7226; }

 p { color: rgb(173,114,38); }

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

background-color css

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

 a { background-color: rgb(173,114,38); }

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

border-color css

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

 span { border-color: rgb(173,114,38); }

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