Html Css Color HEX #AD7D22 Hot Toddy

📋 copy color: '#AD7D22'

red 173 ◦ green 125 ◦ blue 34

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

Shades of Hot Toddy #AD7D22

Tints of Hot Toddy #AD7D22

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 34 (13.67% from 255) = 10.24%

R = 52.11%
G = 37.65%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD7D22 (or 0xAD7D22) is known color: Hot Toddy. HEX triplet: AD, 7D and 22. RGB value is (173,125,34). Sum of RGB (Red+Green+Blue) = 173+125+34=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D22 is #5282DD. Grayscale: #818181. Windows color (decimal): -5407454 or 2260397. OLE color: 2260397.

HSL color Cylindrical-coordinate representation of color #AD7D22: hue angle of 39.28º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD7D22 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 125 34 -
CMYK 0 0.28 0.80 0.32
HSL 39.28º 0.67% 0.41% -
HSV(B) 39.28º 0.8% 0.68% -
XYZ 24.86 23.67 4.77 -
YUV 128.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 173 125 34 0 0.28 0.80 0.32 39.28 0.67 0.41
Hex AD 7D 22 0 1C 50 20 27 43 29
Octal 255 175 42 0 34 120 40 47 103 51
Binary 10101101 1111101 100010 0 11100 1010000 100000 100111 1000011 101001

Color Harmonies of #AD7D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D22

Black with #AD7D22

Text Example


Text Example

White with #AD7D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D22; }

 p { color: rgb(173,125,34); }

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

background-color css

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

 a { background-color: rgb(173,125,34); }

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

border-color css

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

 span { border-color: rgb(173,125,34); }

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