Html Css Color HEX #AD702A Hot Toddy

📋 copy color: '#AD702A'

red 173 ◦ green 112 ◦ blue 42

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

Shades of Hot Toddy #AD702A

Tints of Hot Toddy #AD702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.25%

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

R = 52.91%
G = 34.25%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD702A (or 0xAD702A) is known color: Hot Toddy. HEX triplet: AD, 70 and 2A. RGB value is (173,112,42). Sum of RGB (Red+Green+Blue) = 173+112+42=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD702A is #528FD5. Grayscale: #7A7A7A. Windows color (decimal): -5410774 or 2781357. OLE color: 2781357.

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

Color convert

RGB 173 112 42 -
CMYK 0 0.35 0.76 0.32
HSL 32.06º 0.61% 0.42% -
HSV(B) 32.06º 0.76% 0.68% -
XYZ 23.45 20.64 4.94 -
YUV 122.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 173 112 42 0 0.35 0.76 0.32 32.06 0.61 0.42
Hex AD 70 2A 0 23 4C 20 20 3D 2A
Octal 255 160 52 0 43 114 40 40 75 52
Binary 10101101 1110000 101010 0 100011 1001100 100000 100000 111101 101010

Color Harmonies of #AD702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD702A

Black with #AD702A

Text Example


Text Example

White with #AD702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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