Html Css Color HEX #AD752A Hot Toddy

📋 copy color: '#AD752A'

red 173 ◦ green 117 ◦ blue 42

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

Shades of Hot Toddy #AD752A

Tints of Hot Toddy #AD752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 52.11%
G = 35.24%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD752A (or 0xAD752A) is known color: Hot Toddy. HEX triplet: AD, 75 and 2A. RGB value is (173,117,42). Sum of RGB (Red+Green+Blue) = 173+117+42=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD752A is #528AD5. Grayscale: #7D7D7D. Windows color (decimal): -5409494 or 2782637. OLE color: 2782637.

HSL color Cylindrical-coordinate representation of color #AD752A: hue angle of 34.35º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD752A is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 117 42 -
CMYK 0 0.32 0.76 0.32
HSL 34.35º 0.61% 0.42% -
HSV(B) 34.35º 0.76% 0.68% -
XYZ 24.01 21.77 5.13 -
YUV 125.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 173 117 42 0 0.32 0.76 0.32 34.35 0.61 0.42
Hex AD 75 2A 0 20 4C 20 22 3D 2A
Octal 255 165 52 0 40 114 40 42 75 52
Binary 10101101 1110101 101010 0 100000 1001100 100000 100010 111101 101010

Color Harmonies of #AD752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD752A

Black with #AD752A

Text Example


Text Example

White with #AD752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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