Html Css Color HEX #A6742B Hot Toddy

📋 copy color: '#A6742B'

red 166 ◦ green 116 ◦ blue 43

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

Shades of Hot Toddy #A6742B

Tints of Hot Toddy #A6742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 51.08%
G = 35.69%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6742B (or 0xA6742B) is known color: Hot Toddy. HEX triplet: A6, 74 and 2B. RGB value is (166,116,43). Sum of RGB (Red+Green+Blue) = 166+116+43=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6742B is #598BD4. Grayscale: #7A7A7A. Windows color (decimal): -5868501 or 2847910. OLE color: 2847910.

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

Color convert

RGB 166 116 43 -
CMYK 0 0.30 0.74 0.35
HSL 35.61º 0.59% 0.41% -
HSV(B) 35.61º 0.74% 0.65% -
XYZ 22.41 20.77 5.11 -
YUV 122.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 166 116 43 0 0.30 0.74 0.35 35.61 0.59 0.41
Hex A6 74 2B 0 1E 4A 23 24 3B 29
Octal 246 164 53 0 36 112 43 44 73 51
Binary 10100110 1110100 101011 0 11110 1001010 100011 100100 111011 101001

Color Harmonies of #A6742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6742B

Black with #A6742B

Text Example


Text Example

White with #A6742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6742B; }

 p { color: rgb(166,116,43); }

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

background-color css

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

 a { background-color: rgb(166,116,43); }

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

border-color css

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

 span { border-color: rgb(166,116,43); }

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