Html Css Color HEX #AD7A1F Hot Toddy

📋 copy color: '#AD7A1F'

red 173 ◦ green 122 ◦ blue 31

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

Shades of Hot Toddy #AD7A1F

Tints of Hot Toddy #AD7A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 53.07%
G = 37.42%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD7A1F (or 0xAD7A1F) is known color: Hot Toddy. HEX triplet: AD, 7A and 1F. RGB value is (173,122,31). Sum of RGB (Red+Green+Blue) = 173+122+31=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A1F is #5285E0. Grayscale: #7F7F7F. Windows color (decimal): -5408225 or 2063021. OLE color: 2063021.

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

Color convert

RGB 173 122 31 -
CMYK 0 0.29 0.82 0.32
HSL 38.45º 0.7% 0.4% -
HSV(B) 38.45º 0.82% 0.68% -
XYZ 24.44 22.9 4.43 -
YUV 126.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 173 122 31 0 0.29 0.82 0.32 38.45 0.7 0.4
Hex AD 7A 1F 0 1D 52 20 26 46 28
Octal 255 172 37 0 35 122 40 46 106 50
Binary 10101101 1111010 11111 0 11101 1010010 100000 100110 1000110 101000

Color Harmonies of #AD7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A1F

Black with #AD7A1F

Text Example


Text Example

White with #AD7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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