#AC7A1F

Color #AC7A1F Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AC7A1F

Tints of Hot Toddy #AC7A1F

Color information

#AC7A1F (or 0xAC7A1F) is unknown color: approx Hot Toddy. HEX triplet: AC, 7A and 1F. RGB value is (172,122,31). Sum of RGB (Red+Green+Blue) = 172+122+31=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A1F is #5385E0. Grayscale: #7E7E7E. Windows color (decimal): -5473761 or 2063020. OLE color: 2063020.

HSL color Cylindrical-coordinate representation of color #AC7A1F: hue angle of 38.72º 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 #AC7A1F is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17212231-
CMYK00.290.820.33
HSL38.72º69.46%39.8%-
HSV(B)38.72º81.98%67.45%-
XYZ24.2222.794.42-
YUV126.5874.06160.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.92%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=52.92%
G=37.54%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721223100.290.820.3338.7269.4639.8
HexAC7A1F01D5221274528
Octal25417237035122414710550
Binary1010110011110101111101110110100101000011001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A1F; }

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

 H1.HeaderClassName
 {
   color: #AC7A1F;
 }
 .AnyTagClassName
 {
   color: #AC7A1F;
 }
</style>
background-color css

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

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

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

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

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

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