Html Css Color HEX #A87418 Hot Toddy

📋 copy color: '#A87418'

red 168 ◦ green 116 ◦ blue 24

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

Shades of Hot Toddy #A87418

Tints of Hot Toddy #A87418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 54.55%
G = 37.66%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A87418 (or 0xA87418) is known color: Hot Toddy. HEX triplet: A8, 74 and 18. RGB value is (168,116,24). Sum of RGB (Red+Green+Blue) = 168+116+24=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A87418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87418 is #578BE7. Grayscale: #797979. Windows color (decimal): -5737448 or 1602728. OLE color: 1602728.

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

Color convert

RGB 168 116 24 -
CMYK 0 0.31 0.86 0.34
HSL 38.33º 0.75% 0.38% -
HSV(B) 38.33º 0.86% 0.66% -
XYZ 22.56 20.88 3.71 -
YUV 121.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 168 116 24 0 0.31 0.86 0.34 38.33 0.75 0.38
Hex A8 74 18 0 1F 56 22 26 4B 26
Octal 250 164 30 0 37 126 42 46 113 46
Binary 10101000 1110100 11000 0 11111 1010110 100010 100110 1001011 100110

Color Harmonies of #A87418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87418

Black with #A87418

Text Example


Text Example

White with #A87418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87418; }

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

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

background-color css

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

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

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

border-color css

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

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

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