Html Css Color HEX #AC711C Hot Toddy

📋 copy color: '#AC711C'

red 172 ◦ green 113 ◦ blue 28

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

Shades of Hot Toddy #AC711C

Tints of Hot Toddy #AC711C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

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

R = 54.95%
G = 36.1%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC711C (or 0xAC711C) is known color: Hot Toddy. HEX triplet: AC, 71 and 1C. RGB value is (172,113,28). Sum of RGB (Red+Green+Blue) = 172+113+28=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC711C is #538EE3. Grayscale: #797979. Windows color (decimal): -5476068 or 1864108. OLE color: 1864108.

HSL color Cylindrical-coordinate representation of color #AC711C: hue angle of 35.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC711C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 113 28 -
CMYK 0 0.34 0.84 0.33
HSL 35.42º 0.72% 0.39% -
HSV(B) 35.42º 0.84% 0.67% -
XYZ 23.13 20.66 3.87 -
YUV 120.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 172 113 28 0 0.34 0.84 0.33 35.42 0.72 0.39
Hex AC 71 1C 0 22 54 21 23 48 27
Octal 254 161 34 0 42 124 41 43 110 47
Binary 10101100 1110001 11100 0 100010 1010100 100001 100011 1001000 100111

Color Harmonies of #AC711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC711C

Black with #AC711C

Text Example


Text Example

White with #AC711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC711C; }

 p { color: rgb(172,113,28); }

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

background-color css

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

 a { background-color: rgb(172,113,28); }

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

border-color css

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

 span { border-color: rgb(172,113,28); }

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