Html Css Color HEX #A6802D Hot Toddy

📋 copy color: '#A6802D'

red 166 ◦ green 128 ◦ blue 45

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

Shades of Hot Toddy #A6802D

Tints of Hot Toddy #A6802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

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

R = 48.97%
G = 37.76%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6802D (or 0xA6802D) is known color: Hot Toddy. HEX triplet: A6, 80 and 2D. RGB value is (166,128,45). Sum of RGB (Red+Green+Blue) = 166+128+45=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6802D is #597FD2. Grayscale: #828282. Windows color (decimal): -5865427 or 2982054. OLE color: 2982054.

HSL color Cylindrical-coordinate representation of color #A6802D: hue angle of 41.16º 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 #A6802D is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 45 -
CMYK 0 0.23 0.73 0.35
HSL 41.16º 0.57% 0.41% -
HSV(B) 41.16º 0.73% 0.65% -
XYZ 23.92 23.73 5.8 -
YUV 129.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 166 128 45 0 0.23 0.73 0.35 41.16 0.57 0.41
Hex A6 80 2D 0 17 49 23 29 39 29
Octal 246 200 55 0 27 111 43 51 71 51
Binary 10100110 10000000 101101 0 10111 1001001 100011 101001 111001 101001

Color Harmonies of #A6802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6802D

Black with #A6802D

Text Example


Text Example

White with #A6802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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