Html Css Color HEX #A6722D Hot Toddy

📋 copy color: '#A6722D'

red 166 ◦ green 114 ◦ blue 45

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

Shades of Hot Toddy #A6722D

Tints of Hot Toddy #A6722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 51.08%
G = 35.08%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6722D (or 0xA6722D) is known color: Hot Toddy. HEX triplet: A6, 72 and 2D. RGB value is (166,114,45). Sum of RGB (Red+Green+Blue) = 166+114+45=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6722D is #598DD2. Grayscale: #7A7A7A. Windows color (decimal): -5869011 or 2978470. OLE color: 2978470.

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

Color convert

RGB 166 114 45 -
CMYK 0 0.31 0.73 0.35
HSL 34.21º 0.57% 0.41% -
HSV(B) 34.21º 0.73% 0.65% -
XYZ 22.22 20.33 5.24 -
YUV 121.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 166 114 45 0 0.31 0.73 0.35 34.21 0.57 0.41
Hex A6 72 2D 0 1F 49 23 22 39 29
Octal 246 162 55 0 37 111 43 42 71 51
Binary 10100110 1110010 101101 0 11111 1001001 100011 100010 111001 101001

Color Harmonies of #A6722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6722D

Black with #A6722D

Text Example


Text Example

White with #A6722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6722D; }

 p { color: rgb(166,114,45); }

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

background-color css

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

 a { background-color: rgb(166,114,45); }

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

border-color css

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

 span { border-color: rgb(166,114,45); }

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