Html Css Color HEX #AD7330 Hot Toddy

📋 copy color: '#AD7330'

red 173 ◦ green 115 ◦ blue 48

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

Shades of Hot Toddy #AD7330

Tints of Hot Toddy #AD7330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 51.49%
G = 34.23%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD7330 (or 0xAD7330) is known color: Hot Toddy. HEX triplet: AD, 73 and 30. RGB value is (173,115,48). Sum of RGB (Red+Green+Blue) = 173+115+48=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7330 is #528CCF. Grayscale: #7D7D7D. Windows color (decimal): -5410000 or 3175341. OLE color: 3175341.

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

Color convert

RGB 173 115 48 -
CMYK 0 0.34 0.72 0.32
HSL 32.16º 0.57% 0.43% -
HSV(B) 32.16º 0.72% 0.68% -
XYZ 23.9 21.36 5.66 -
YUV 124.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 173 115 48 0 0.34 0.72 0.32 32.16 0.57 0.43
Hex AD 73 30 0 22 48 20 20 39 2B
Octal 255 163 60 0 42 110 40 40 71 53
Binary 10101101 1110011 110000 0 100010 1001000 100000 100000 111001 101011

Color Harmonies of #AD7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7330

Black with #AD7330

Text Example


Text Example

White with #AD7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7330; }

 p { color: rgb(173,115,48); }

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

background-color css

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

 a { background-color: rgb(173,115,48); }

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

border-color css

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

 span { border-color: rgb(173,115,48); }

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