Html Css Color HEX #AC712A Hot Toddy

📋 copy color: '#AC712A'

red 172 ◦ green 113 ◦ blue 42

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

Shades of Hot Toddy #AC712A

Tints of Hot Toddy #AC712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 52.6%
G = 34.56%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC712A (or 0xAC712A) is known color: Hot Toddy. HEX triplet: AC, 71 and 2A. RGB value is (172,113,42). Sum of RGB (Red+Green+Blue) = 172+113+42=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC712A is #538ED5. Grayscale: #7A7A7A. Windows color (decimal): -5476054 or 2781612. OLE color: 2781612.

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

Color convert

RGB 172 113 42 -
CMYK 0 0.34 0.76 0.33
HSL 32.77º 0.61% 0.42% -
HSV(B) 32.77º 0.76% 0.67% -
XYZ 23.34 20.75 4.97 -
YUV 122.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 172 113 42 0 0.34 0.76 0.33 32.77 0.61 0.42
Hex AC 71 2A 0 22 4C 21 21 3D 2A
Octal 254 161 52 0 42 114 41 41 75 52
Binary 10101100 1110001 101010 0 100010 1001100 100001 100001 111101 101010

Color Harmonies of #AC712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC712A

Black with #AC712A

Text Example


Text Example

White with #AC712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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