Html Css Color HEX #A8741C Hot Toddy

📋 copy color: '#A8741C'

red 168 ◦ green 116 ◦ blue 28

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

Shades of Hot Toddy #A8741C

Tints of Hot Toddy #A8741C

RGB

 RED value IS 168 (66.02% from 255) = 53.85%

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 53.85%
G = 37.18%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8741C (or 0xA8741C) is known color: Hot Toddy. HEX triplet: A8, 74 and 1C. RGB value is (168,116,28). Sum of RGB (Red+Green+Blue) = 168+116+28=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8741C is #578BE3. Grayscale: #797979. Windows color (decimal): -5737444 or 1864872. OLE color: 1864872.

HSL color Cylindrical-coordinate representation of color #A8741C: hue angle of 37.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8741C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 116 28 -
CMYK 0 0.31 0.83 0.34
HSL 37.71º 0.71% 0.38% -
HSV(B) 37.71º 0.83% 0.66% -
XYZ 22.6 20.9 3.94 -
YUV 121.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 168 116 28 0 0.31 0.83 0.34 37.71 0.71 0.38
Hex A8 74 1C 0 1F 53 22 26 47 26
Octal 250 164 34 0 37 123 42 46 107 46
Binary 10101000 1110100 11100 0 11111 1010011 100010 100110 1000111 100110

Color Harmonies of #A8741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8741C

Black with #A8741C

Text Example


Text Example

White with #A8741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8741C; }

 p { color: rgb(168,116,28); }

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

background-color css

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

 a { background-color: rgb(168,116,28); }

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

border-color css

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

 span { border-color: rgb(168,116,28); }

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