Html Css Color HEX #AD762B Hot Toddy

📋 copy color: '#AD762B'

red 173 ◦ green 118 ◦ blue 43

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

Shades of Hot Toddy #AD762B

Tints of Hot Toddy #AD762B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 51.8%
G = 35.33%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD762B (or 0xAD762B) is known color: Hot Toddy. HEX triplet: AD, 76 and 2B. RGB value is (173,118,43). Sum of RGB (Red+Green+Blue) = 173+118+43=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD762B is #5289D4. Grayscale: #7E7E7E. Windows color (decimal): -5409237 or 2848429. OLE color: 2848429.

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

Color convert

RGB 173 118 43 -
CMYK 0 0.32 0.75 0.32
HSL 34.62º 0.6% 0.42% -
HSV(B) 34.62º 0.75% 0.68% -
XYZ 24.15 22.02 5.26 -
YUV 125.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 173 118 43 0 0.32 0.75 0.32 34.62 0.6 0.42
Hex AD 76 2B 0 20 4B 20 23 3C 2A
Octal 255 166 53 0 40 113 40 43 74 52
Binary 10101101 1110110 101011 0 100000 1001011 100000 100011 111100 101010

Color Harmonies of #AD762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD762B

Black with #AD762B

Text Example


Text Example

White with #AD762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD762B; }

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

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

background-color css

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

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

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

border-color css

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

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

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