Html Css Color HEX #AD7B1F Hot Toddy

📋 copy color: '#AD7B1F'

red 173 ◦ green 123 ◦ blue 31

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

Shades of Hot Toddy #AD7B1F

Tints of Hot Toddy #AD7B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.61%

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

R = 52.91%
G = 37.61%
B = 9.48%

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

#AD7B1F (or 0xAD7B1F) is known color: Hot Toddy. HEX triplet: AD, 7B and 1F. RGB value is (173,123,31). Sum of RGB (Red+Green+Blue) = 173+123+31=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B1F is #5284E0. Grayscale: #7F7F7F. Windows color (decimal): -5407969 or 2063277. OLE color: 2063277.

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

Color convert

RGB 173 123 31 -
CMYK 0 0.29 0.82 0.32
HSL 38.87º 0.7% 0.4% -
HSV(B) 38.87º 0.82% 0.68% -
XYZ 24.56 23.15 4.47 -
YUV 127.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 173 123 31 0 0.29 0.82 0.32 38.87 0.7 0.4
Hex AD 7B 1F 0 1D 52 20 27 46 28
Octal 255 173 37 0 35 122 40 47 106 50
Binary 10101101 1111011 11111 0 11101 1010010 100000 100111 1000110 101000

Color Harmonies of #AD7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B1F

Black with #AD7B1F

Text Example


Text Example

White with #AD7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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