Html Css Color HEX #AD7530 Hot Toddy

📋 copy color: '#AD7530'

red 173 ◦ green 117 ◦ blue 48

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

Shades of Hot Toddy #AD7530

Tints of Hot Toddy #AD7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

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

R = 51.18%
G = 34.62%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD7530 (or 0xAD7530) is known color: Hot Toddy. HEX triplet: AD, 75 and 30. RGB value is (173,117,48). Sum of RGB (Red+Green+Blue) = 173+117+48=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7530 is #528ACF. Grayscale: #7E7E7E. Windows color (decimal): -5409488 or 3175853. OLE color: 3175853.

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

Color convert

RGB 173 117 48 -
CMYK 0 0.32 0.72 0.32
HSL 33.12º 0.57% 0.43% -
HSV(B) 33.12º 0.72% 0.68% -
XYZ 24.13 21.82 5.74 -
YUV 125.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 173 117 48 0 0.32 0.72 0.32 33.12 0.57 0.43
Hex AD 75 30 0 20 48 20 21 39 2B
Octal 255 165 60 0 40 110 40 41 71 53
Binary 10101101 1110101 110000 0 100000 1001000 100000 100001 111001 101011

Color Harmonies of #AD7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7530

Black with #AD7530

Text Example


Text Example

White with #AD7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7530; }

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

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

background-color css

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

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

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

border-color css

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

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

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