Html Css Color HEX #A67032 Hot Toddy

📋 copy color: '#A67032'

red 166 ◦ green 112 ◦ blue 50

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

Shades of Hot Toddy #A67032

Tints of Hot Toddy #A67032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 50.61%
G = 34.15%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A67032 (or 0xA67032) is known color: Hot Toddy. HEX triplet: A6, 70 and 32. RGB value is (166,112,50). Sum of RGB (Red+Green+Blue) = 166+112+50=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A67032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67032 is #598FCD. Grayscale: #797979. Windows color (decimal): -5869518 or 3305638. OLE color: 3305638.

HSL color Cylindrical-coordinate representation of color #A67032: hue angle of 32.07º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A67032 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 50 -
CMYK 0 0.33 0.70 0.35
HSL 32.07º 0.54% 0.42% -
HSV(B) 32.07º 0.7% 0.65% -
XYZ 22.1 19.93 5.7 -
YUV 121.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 166 112 50 0 0.33 0.70 0.35 32.07 0.54 0.42
Hex A6 70 32 0 21 46 23 20 36 2A
Octal 246 160 62 0 41 106 43 40 66 52
Binary 10100110 1110000 110010 0 100001 1000110 100011 100000 110110 101010

Color Harmonies of #A67032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67032

Black with #A67032

Text Example


Text Example

White with #A67032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67032; }

 p { color: rgb(166,112,50); }

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

background-color css

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

 a { background-color: rgb(166,112,50); }

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

border-color css

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

 span { border-color: rgb(166,112,50); }

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