Html Css Color HEX #A67124 Hot Toddy

📋 copy color: '#A67124'

red 166 ◦ green 113 ◦ blue 36

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

Shades of Hot Toddy #A67124

Tints of Hot Toddy #A67124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 52.7%
G = 35.87%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A67124 (or 0xA67124) is known color: Hot Toddy. HEX triplet: A6, 71 and 24. RGB value is (166,113,36). Sum of RGB (Red+Green+Blue) = 166+113+36=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A67124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67124 is #598EDB. Grayscale: #787878. Windows color (decimal): -5869276 or 2388390. OLE color: 2388390.

HSL color Cylindrical-coordinate representation of color #A67124: hue angle of 35.54º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A67124 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 36 -
CMYK 0 0.32 0.78 0.35
HSL 35.54º 0.64% 0.4% -
HSV(B) 35.54º 0.78% 0.65% -
XYZ 21.95 20.04 4.38 -
YUV 120.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 166 113 36 0 0.32 0.78 0.35 35.54 0.64 0.4
Hex A6 71 24 0 20 4E 23 24 40 28
Octal 246 161 44 0 40 116 43 44 100 50
Binary 10100110 1110001 100100 0 100000 1001110 100011 100100 1000000 101000

Color Harmonies of #A67124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67124

Black with #A67124

Text Example


Text Example

White with #A67124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67124; }

 p { color: rgb(166,113,36); }

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

background-color css

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

 a { background-color: rgb(166,113,36); }

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

border-color css

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

 span { border-color: rgb(166,113,36); }

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