Html Css Color HEX #AC721F Hot Toddy

📋 copy color: '#AC721F'

red 172 ◦ green 114 ◦ blue 31

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

Shades of Hot Toddy #AC721F

Tints of Hot Toddy #AC721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.96%

 BLUE value IS 31 (12.5% from 255) = 9.78%

R = 54.26%
G = 35.96%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC721F (or 0xAC721F) is known color: Hot Toddy. HEX triplet: AC, 72 and 1F. RGB value is (172,114,31). Sum of RGB (Red+Green+Blue) = 172+114+31=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC721F is #538DE0. Grayscale: #7A7A7A. Windows color (decimal): -5475809 or 2060972. OLE color: 2060972.

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

Color convert

RGB 172 114 31 -
CMYK 0 0.34 0.82 0.33
HSL 35.32º 0.69% 0.4% -
HSV(B) 35.32º 0.82% 0.67% -
XYZ 23.28 20.9 4.1 -
YUV 121.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 172 114 31 0 0.34 0.82 0.33 35.32 0.69 0.4
Hex AC 72 1F 0 22 52 21 23 45 28
Octal 254 162 37 0 42 122 41 43 105 50
Binary 10101100 1110010 11111 0 100010 1010010 100001 100011 1000101 101000

Color Harmonies of #AC721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC721F

Black with #AC721F

Text Example


Text Example

White with #AC721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC721F; }

 p { color: rgb(172,114,31); }

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

background-color css

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

 a { background-color: rgb(172,114,31); }

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

border-color css

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

 span { border-color: rgb(172,114,31); }

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