Html Css Color HEX #AD7A2A Hot Toddy

📋 copy color: '#AD7A2A'

red 173 ◦ green 122 ◦ blue 42

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

Shades of Hot Toddy #AD7A2A

Tints of Hot Toddy #AD7A2A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 51.34%
G = 36.2%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD7A2A (or 0xAD7A2A) is known color: Hot Toddy. HEX triplet: AD, 7A and 2A. RGB value is (173,122,42). Sum of RGB (Red+Green+Blue) = 173+122+42=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A2A is #5285D5. Grayscale: #808080. Windows color (decimal): -5408214 or 2783917. OLE color: 2783917.

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

Color convert

RGB 173 122 42 -
CMYK 0 0.29 0.76 0.32
HSL 36.64º 0.61% 0.42% -
HSV(B) 36.64º 0.76% 0.68% -
XYZ 24.61 22.97 5.33 -
YUV 128.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 173 122 42 0 0.29 0.76 0.32 36.64 0.61 0.42
Hex AD 7A 2A 0 1D 4C 20 25 3D 2A
Octal 255 172 52 0 35 114 40 45 75 52
Binary 10101101 1111010 101010 0 11101 1001100 100000 100101 111101 101010

Color Harmonies of #AD7A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A2A

Black with #AD7A2A

Text Example


Text Example

White with #AD7A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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