Html Css Color HEX #AC712B Hot Toddy

📋 copy color: '#AC712B'

red 172 ◦ green 113 ◦ blue 43

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

Shades of Hot Toddy #AC712B

Tints of Hot Toddy #AC712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 52.44%
G = 34.45%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC712B (or 0xAC712B) is known color: Hot Toddy. HEX triplet: AC, 71 and 2B. RGB value is (172,113,43). Sum of RGB (Red+Green+Blue) = 172+113+43=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC712B is #538ED4. Grayscale: #7B7B7B. Windows color (decimal): -5476053 or 2847148. OLE color: 2847148.

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

Color convert

RGB 172 113 43 -
CMYK 0 0.34 0.75 0.33
HSL 32.56º 0.6% 0.42% -
HSV(B) 32.56º 0.75% 0.67% -
XYZ 23.35 20.76 5.06 -
YUV 122.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 172 113 43 0 0.34 0.75 0.33 32.56 0.6 0.42
Hex AC 71 2B 0 22 4B 21 21 3C 2A
Octal 254 161 53 0 42 113 41 41 74 52
Binary 10101100 1110001 101011 0 100010 1001011 100001 100001 111100 101010

Color Harmonies of #AC712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC712B

Black with #AC712B

Text Example


Text Example

White with #AC712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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