Html Css Color HEX #A6812E Hot Toddy

📋 copy color: '#A6812E'

red 166 ◦ green 129 ◦ blue 46

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

Shades of Hot Toddy #A6812E

Tints of Hot Toddy #A6812E

RGB

 RED value IS 166 (65.23% from 255) = 48.68%

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 46 (18.36% from 255) = 13.49%

R = 48.68%
G = 37.83%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6812E (or 0xA6812E) is known color: Hot Toddy. HEX triplet: A6, 81 and 2E. RGB value is (166,129,46). Sum of RGB (Red+Green+Blue) = 166+129+46=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6812E is #597ED1. Grayscale: #828282. Windows color (decimal): -5865170 or 3047846. OLE color: 3047846.

HSL color Cylindrical-coordinate representation of color #A6812E: hue angle of 41.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6812E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 129 46 -
CMYK 0 0.22 0.72 0.35
HSL 41.5º 0.57% 0.42% -
HSV(B) 41.5º 0.72% 0.65% -
XYZ 24.07 24 5.95 -
YUV 130.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 166 129 46 0 0.22 0.72 0.35 41.5 0.57 0.42
Hex A6 81 2E 0 16 48 23 2A 39 2A
Octal 246 201 56 0 26 110 43 52 71 52
Binary 10100110 10000001 101110 0 10110 1001000 100011 101010 111001 101010

Color Harmonies of #A6812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6812E

Black with #A6812E

Text Example


Text Example

White with #A6812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6812E; }

 p { color: rgb(166,129,46); }

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

background-color css

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

 a { background-color: rgb(166,129,46); }

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

border-color css

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

 span { border-color: rgb(166,129,46); }

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