Html Css Color HEX #AC712F Hot Toddy

📋 copy color: '#AC712F'

red 172 ◦ green 113 ◦ blue 47

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

Shades of Hot Toddy #AC712F

Tints of Hot Toddy #AC712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 51.81%
G = 34.04%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC712F (or 0xAC712F) is known color: Hot Toddy. HEX triplet: AC, 71 and 2F. RGB value is (172,113,47). Sum of RGB (Red+Green+Blue) = 172+113+47=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC712F is #538ED0. Grayscale: #7B7B7B. Windows color (decimal): -5476049 or 3109292. OLE color: 3109292.

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

Color convert

RGB 172 113 47 -
CMYK 0 0.34 0.73 0.33
HSL 31.68º 0.57% 0.43% -
HSV(B) 31.68º 0.73% 0.67% -
XYZ 23.43 20.79 5.47 -
YUV 123.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 172 113 47 0 0.34 0.73 0.33 31.68 0.57 0.43
Hex AC 71 2F 0 22 49 21 20 39 2B
Octal 254 161 57 0 42 111 41 40 71 53
Binary 10101100 1110001 101111 0 100010 1001001 100001 100000 111001 101011

Color Harmonies of #AC712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC712F

Black with #AC712F

Text Example


Text Example

White with #AC712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC712F; }

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

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

background-color css

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

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

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

border-color css

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

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

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