Html Css Color HEX #AC711E Hot Toddy

📋 copy color: '#AC711E'

red 172 ◦ green 113 ◦ blue 30

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

Shades of Hot Toddy #AC711E

Tints of Hot Toddy #AC711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 54.6%
G = 35.87%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC711E (or 0xAC711E) is known color: Hot Toddy. HEX triplet: AC, 71 and 1E. RGB value is (172,113,30). Sum of RGB (Red+Green+Blue) = 172+113+30=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC711E is #538EE1. Grayscale: #797979. Windows color (decimal): -5476066 or 1995180. OLE color: 1995180.

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

Color convert

RGB 172 113 30 -
CMYK 0 0.34 0.83 0.33
HSL 35.07º 0.7% 0.4% -
HSV(B) 35.07º 0.83% 0.67% -
XYZ 23.15 20.67 4 -
YUV 121.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 172 113 30 0 0.34 0.83 0.33 35.07 0.7 0.4
Hex AC 71 1E 0 22 53 21 23 46 28
Octal 254 161 36 0 42 123 41 43 106 50
Binary 10101100 1110001 11110 0 100010 1010011 100001 100011 1000110 101000

Color Harmonies of #AC711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC711E

Black with #AC711E

Text Example


Text Example

White with #AC711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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