Html Css Color HEX #A6752D Hot Toddy

📋 copy color: '#A6752D'

red 166 ◦ green 117 ◦ blue 45

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

Shades of Hot Toddy #A6752D

Tints of Hot Toddy #A6752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 50.61%
G = 35.67%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6752D (or 0xA6752D) is known color: Hot Toddy. HEX triplet: A6, 75 and 2D. RGB value is (166,117,45). Sum of RGB (Red+Green+Blue) = 166+117+45=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6752D is #598AD2. Grayscale: #7B7B7B. Windows color (decimal): -5868243 or 2979238. OLE color: 2979238.

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

Color convert

RGB 166 117 45 -
CMYK 0 0.30 0.73 0.35
HSL 35.7º 0.57% 0.41% -
HSV(B) 35.7º 0.73% 0.65% -
XYZ 22.56 21.02 5.35 -
YUV 123.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 166 117 45 0 0.30 0.73 0.35 35.7 0.57 0.41
Hex A6 75 2D 0 1E 49 23 24 39 29
Octal 246 165 55 0 36 111 43 44 71 51
Binary 10100110 1110101 101101 0 11110 1001001 100011 100100 111001 101001

Color Harmonies of #A6752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6752D

Black with #A6752D

Text Example


Text Example

White with #A6752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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