Html Css Color HEX #AC7518 Hot Toddy

📋 copy color: '#AC7518'

red 172 ◦ green 117 ◦ blue 24

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

Shades of Hot Toddy #AC7518

Tints of Hot Toddy #AC7518

RGB

 RED value IS 172 (67.58% from 255) = 54.95%

 GREEN value IS 117 (46.09% from 255) = 37.38%

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

R = 54.95%
G = 37.38%
B = 7.67%

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

#AC7518 (or 0xAC7518) is known color: Hot Toddy. HEX triplet: AC, 75 and 18. RGB value is (172,117,24). Sum of RGB (Red+Green+Blue) = 172+117+24=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7518 is #538AE7. Grayscale: #7B7B7B. Windows color (decimal): -5475048 or 1602988. OLE color: 1602988.

HSL color Cylindrical-coordinate representation of color #AC7518: hue angle of 37.7º degrees, saturation: 0.76, 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 #AC7518 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 24 -
CMYK 0 0.32 0.86 0.33
HSL 37.7º 0.76% 0.38% -
HSV(B) 37.7º 0.86% 0.67% -
XYZ 23.54 21.56 3.78 -
YUV 122.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 172 117 24 0 0.32 0.86 0.33 37.7 0.76 0.38
Hex AC 75 18 0 20 56 21 26 4C 26
Octal 254 165 30 0 40 126 41 46 114 46
Binary 10101100 1110101 11000 0 100000 1010110 100001 100110 1001100 100110

Color Harmonies of #AC7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7518

Black with #AC7518

Text Example


Text Example

White with #AC7518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7518; }

 p { color: rgb(172,117,24); }

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

background-color css

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

 a { background-color: rgb(172,117,24); }

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

border-color css

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

 span { border-color: rgb(172,117,24); }

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