Html Css Color HEX #A8761C Hot Toddy

📋 copy color: '#A8761C'

red 168 ◦ green 118 ◦ blue 28

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

Shades of Hot Toddy #A8761C

Tints of Hot Toddy #A8761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 53.5%
G = 37.58%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8761C (or 0xA8761C) is known color: Hot Toddy. HEX triplet: A8, 76 and 1C. RGB value is (168,118,28). Sum of RGB (Red+Green+Blue) = 168+118+28=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8761C is #5789E3. Grayscale: #7B7B7B. Windows color (decimal): -5736932 or 1865384. OLE color: 1865384.

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

Color convert

RGB 168 118 28 -
CMYK 0 0.30 0.83 0.34
HSL 38.57º 0.71% 0.38% -
HSV(B) 38.57º 0.83% 0.66% -
XYZ 22.84 21.37 4.02 -
YUV 122.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 168 118 28 0 0.30 0.83 0.34 38.57 0.71 0.38
Hex A8 76 1C 0 1E 53 22 27 47 26
Octal 250 166 34 0 36 123 42 47 107 46
Binary 10101000 1110110 11100 0 11110 1010011 100010 100111 1000111 100110

Color Harmonies of #A8761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8761C

Black with #A8761C

Text Example


Text Example

White with #A8761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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