Html Css Color HEX #AB7418 Hot Toddy

📋 copy color: '#AB7418'

red 171 ◦ green 116 ◦ blue 24

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

Shades of Hot Toddy #AB7418

Tints of Hot Toddy #AB7418

RGB

 RED value IS 171 (67.19% from 255) = 54.98%

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

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

R = 54.98%
G = 37.3%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB7418 (or 0xAB7418) is known color: Hot Toddy. HEX triplet: AB, 74 and 18. RGB value is (171,116,24). Sum of RGB (Red+Green+Blue) = 171+116+24=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7418 is #548BE7. Grayscale: #7A7A7A. Windows color (decimal): -5540840 or 1602731. OLE color: 1602731.

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

Color convert

RGB 171 116 24 -
CMYK 0 0.32 0.86 0.33
HSL 37.55º 0.75% 0.38% -
HSV(B) 37.55º 0.86% 0.67% -
XYZ 23.2 21.21 3.74 -
YUV 121.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 171 116 24 0 0.32 0.86 0.33 37.55 0.75 0.38
Hex AB 74 18 0 20 56 21 26 4B 26
Octal 253 164 30 0 40 126 41 46 113 46
Binary 10101011 1110100 11000 0 100000 1010110 100001 100110 1001011 100110

Color Harmonies of #AB7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7418

Black with #AB7418

Text Example


Text Example

White with #AB7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7418; }

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

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

background-color css

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

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

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

border-color css

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

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

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