#AC6E1A

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

Shades of Hot Toddy #AC6E1A

Tints of Hot Toddy #AC6E1A

Color information

#AC6E1A (or 0xAC6E1A) is unknown color: approx Hot Toddy. HEX triplet: AC, 6E and 1A. RGB value is (172,110,26). Sum of RGB (Red+Green+Blue) = 172+110+26=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E1A is #5391E5. Grayscale: #777777. Windows color (decimal): -5476838 or 1732268. OLE color: 1732268.

HSL color Cylindrical-coordinate representation of color #AC6E1A: hue angle of 34.52º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC6E1A is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17211026-
CMYK00.360.850.33
HSL34.52º73.74%38.82%-
HSV(B)34.52º84.88%67.45%-
XYZ22.78203.64-
YUV118.9675.54165.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=55.84%
G=35.71%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721102600.360.850.3334.5273.7438.82
HexAC6E1A0245521234a27
Octal25415632044125414311247
Binary10101100110111011010010010010101011000011000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E1A; }

 p { color: rgb(172,110,26); }

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

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

 a { background-color: rgb(172,110,26); }

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

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

 span { border-color: rgb(172,110,26); }

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