Html Css Color HEX #A46E26 Hot Toddy

📋 copy color: '#A46E26'

red 164 ◦ green 110 ◦ blue 38

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

Shades of Hot Toddy #A46E26

Tints of Hot Toddy #A46E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.26%

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 52.56%
G = 35.26%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46E26 (or 0xA46E26) is known color: Hot Toddy. HEX triplet: A4, 6E and 26. RGB value is (164,110,38). Sum of RGB (Red+Green+Blue) = 164+110+38=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E26 is #5B91D9. Grayscale: #767676. Windows color (decimal): -6001114 or 2518692. OLE color: 2518692.

HSL color Cylindrical-coordinate representation of color #A46E26: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A46E26 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 110 38 -
CMYK 0 0.33 0.77 0.36
HSL 34.29º 0.62% 0.4% -
HSV(B) 34.29º 0.77% 0.64% -
XYZ 21.24 19.18 4.42 -
YUV 117.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 164 110 38 0 0.33 0.77 0.36 34.29 0.62 0.4
Hex A4 6E 26 0 21 4D 24 22 3E 28
Octal 244 156 46 0 41 115 44 42 76 50
Binary 10100100 1101110 100110 0 100001 1001101 100100 100010 111110 101000

Color Harmonies of #A46E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E26

Black with #A46E26

Text Example


Text Example

White with #A46E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E26; }

 p { color: rgb(164,110,38); }

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

background-color css

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

 a { background-color: rgb(164,110,38); }

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

border-color css

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

 span { border-color: rgb(164,110,38); }

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