Html Css Color HEX #A6762D Hot Toddy

📋 copy color: '#A6762D'

red 166 ◦ green 118 ◦ blue 45

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

Shades of Hot Toddy #A6762D

Tints of Hot Toddy #A6762D

RGB

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

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

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

R = 50.46%
G = 35.87%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6762D (or 0xA6762D) is known color: Hot Toddy. HEX triplet: A6, 76 and 2D. RGB value is (166,118,45). Sum of RGB (Red+Green+Blue) = 166+118+45=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6762D is #5989D2. Grayscale: #7C7C7C. Windows color (decimal): -5867987 or 2979494. OLE color: 2979494.

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

Color convert

RGB 166 118 45 -
CMYK 0 0.29 0.73 0.35
HSL 36.2º 0.57% 0.41% -
HSV(B) 36.2º 0.73% 0.65% -
XYZ 22.68 21.25 5.39 -
YUV 124.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 166 118 45 0 0.29 0.73 0.35 36.2 0.57 0.41
Hex A6 76 2D 0 1D 49 23 24 39 29
Octal 246 166 55 0 35 111 43 44 71 51
Binary 10100110 1110110 101101 0 11101 1001001 100011 100100 111001 101001

Color Harmonies of #A6762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6762D

Black with #A6762D

Text Example


Text Example

White with #A6762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6762D; }

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

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

background-color css

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

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

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

border-color css

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

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

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