Html Css Color HEX #AD7A1C Hot Toddy

📋 copy color: '#AD7A1C'

red 173 ◦ green 122 ◦ blue 28

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

Shades of Hot Toddy #AD7A1C

Tints of Hot Toddy #AD7A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 53.56%
G = 37.77%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD7A1C (or 0xAD7A1C) is known color: Hot Toddy. HEX triplet: AD, 7A and 1C. RGB value is (173,122,28). Sum of RGB (Red+Green+Blue) = 173+122+28=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A1C is #5285E3. Grayscale: #7E7E7E. Windows color (decimal): -5408228 or 1866413. OLE color: 1866413.

HSL color Cylindrical-coordinate representation of color #AD7A1C: hue angle of 38.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD7A1C is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 28 -
CMYK 0 0.29 0.84 0.32
HSL 38.9º 0.72% 0.39% -
HSV(B) 38.9º 0.84% 0.68% -
XYZ 24.4 22.89 4.23 -
YUV 126.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 173 122 28 0 0.29 0.84 0.32 38.9 0.72 0.39
Hex AD 7A 1C 0 1D 54 20 27 48 27
Octal 255 172 34 0 35 124 40 47 110 47
Binary 10101101 1111010 11100 0 11101 1010100 100000 100111 1001000 100111

Color Harmonies of #AD7A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A1C

Black with #AD7A1C

Text Example


Text Example

White with #AD7A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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