Html Css Color HEX #AD7430 Hot Toddy

📋 copy color: '#AD7430'

red 173 ◦ green 116 ◦ blue 48

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

Shades of Hot Toddy #AD7430

Tints of Hot Toddy #AD7430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 51.34%
G = 34.42%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD7430 (or 0xAD7430) is known color: Hot Toddy. HEX triplet: AD, 74 and 30. RGB value is (173,116,48). Sum of RGB (Red+Green+Blue) = 173+116+48=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7430 is #528BCF. Grayscale: #7D7D7D. Windows color (decimal): -5409744 or 3175597. OLE color: 3175597.

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

Color convert

RGB 173 116 48 -
CMYK 0 0.33 0.72 0.32
HSL 32.64º 0.57% 0.43% -
HSV(B) 32.64º 0.72% 0.68% -
XYZ 24.01 21.59 5.7 -
YUV 125.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 173 116 48 0 0.33 0.72 0.32 32.64 0.57 0.43
Hex AD 74 30 0 21 48 20 21 39 2B
Octal 255 164 60 0 41 110 40 41 71 53
Binary 10101101 1110100 110000 0 100001 1001000 100000 100001 111001 101011

Color Harmonies of #AD7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7430

Black with #AD7430

Text Example


Text Example

White with #AD7430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7430; }

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

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

background-color css

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

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

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

border-color css

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

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

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