Html Css Color HEX #A46D1F Hot Toddy

📋 copy color: '#A46D1F'

red 164 ◦ green 109 ◦ blue 31

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

Shades of Hot Toddy #A46D1F

Tints of Hot Toddy #A46D1F

RGB

 RED value IS 164 (64.45% from 255) = 53.95%

 GREEN value IS 109 (42.97% from 255) = 35.86%

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

R = 53.95%
G = 35.86%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A46D1F (or 0xA46D1F) is known color: Hot Toddy. HEX triplet: A4, 6D and 1F. RGB value is (164,109,31). Sum of RGB (Red+Green+Blue) = 164+109+31=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D1F is #5B92E0. Grayscale: #747474. Windows color (decimal): -6001377 or 2059684. OLE color: 2059684.

HSL color Cylindrical-coordinate representation of color #A46D1F: hue angle of 35.19º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A46D1F is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 109 31 -
CMYK 0 0.34 0.81 0.36
HSL 35.19º 0.68% 0.38% -
HSV(B) 35.19º 0.81% 0.64% -
XYZ 21.03 18.93 3.84 -
YUV 116.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 164 109 31 0 0.34 0.81 0.36 35.19 0.68 0.38
Hex A4 6D 1F 0 22 51 24 23 44 26
Octal 244 155 37 0 42 121 44 43 104 46
Binary 10100100 1101101 11111 0 100010 1010001 100100 100011 1000100 100110

Color Harmonies of #A46D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D1F

Black with #A46D1F

Text Example


Text Example

White with #A46D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D1F; }

 p { color: rgb(164,109,31); }

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

background-color css

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

 a { background-color: rgb(164,109,31); }

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

border-color css

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

 span { border-color: rgb(164,109,31); }

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