Html Css Color HEX #A6763A Hot Toddy

📋 copy color: '#A6763A'

red 166 ◦ green 118 ◦ blue 58

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

Shades of Hot Toddy #A6763A

Tints of Hot Toddy #A6763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 48.54%
G = 34.5%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6763A (or 0xA6763A) is known color: Hot Toddy. HEX triplet: A6, 76 and 3A. RGB value is (166,118,58). Sum of RGB (Red+Green+Blue) = 166+118+58=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6763A is #5989C5. Grayscale: #7D7D7D. Windows color (decimal): -5867974 or 3831462. OLE color: 3831462.

HSL color Cylindrical-coordinate representation of color #A6763A: hue angle of 33.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6763A is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 118 58 -
CMYK 0 0.29 0.65 0.35
HSL 33.33º 0.48% 0.44% -
HSV(B) 33.33º 0.65% 0.65% -
XYZ 22.97 21.37 6.92 -
YUV 125.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 166 118 58 0 0.29 0.65 0.35 33.33 0.48 0.44
Hex A6 76 3A 0 1D 41 23 21 30 2C
Octal 246 166 72 0 35 101 43 41 60 54
Binary 10100110 1110110 111010 0 11101 1000001 100011 100001 110000 101100

Color Harmonies of #A6763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6763A

Black with #A6763A

Text Example


Text Example

White with #A6763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6763A; }

 p { color: rgb(166,118,58); }

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

background-color css

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

 a { background-color: rgb(166,118,58); }

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

border-color css

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

 span { border-color: rgb(166,118,58); }

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