Html Css Color HEX #AD762A Hot Toddy

📋 copy color: '#AD762A'

red 173 ◦ green 118 ◦ blue 42

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

Shades of Hot Toddy #AD762A

Tints of Hot Toddy #AD762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

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

R = 51.95%
G = 35.44%
B = 12.61%

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

#AD762A (or 0xAD762A) is known color: Hot Toddy. HEX triplet: AD, 76 and 2A. RGB value is (173,118,42). Sum of RGB (Red+Green+Blue) = 173+118+42=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD762A is #5289D5. Grayscale: #7E7E7E. Windows color (decimal): -5409238 or 2782893. OLE color: 2782893.

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

Color convert

RGB 173 118 42 -
CMYK 0 0.32 0.76 0.32
HSL 34.81º 0.61% 0.42% -
HSV(B) 34.81º 0.76% 0.68% -
XYZ 24.13 22.01 5.17 -
YUV 125.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 173 118 42 0 0.32 0.76 0.32 34.81 0.61 0.42
Hex AD 76 2A 0 20 4C 20 23 3D 2A
Octal 255 166 52 0 40 114 40 43 75 52
Binary 10101101 1110110 101010 0 100000 1001100 100000 100011 111101 101010

Color Harmonies of #AD762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD762A

Black with #AD762A

Text Example


Text Example

White with #AD762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD762A; }

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

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

background-color css

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

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

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

border-color css

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

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

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