#AC7735

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

Shades of Hot Toddy #AC7735

Tints of Hot Toddy #AC7735

Color information

#AC7735 (or 0xAC7735) is unknown color: approx Hot Toddy. HEX triplet: AC, 77 and 35. RGB value is (172,119,53). Sum of RGB (Red+Green+Blue) = 172+119+53=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7735 is #5388CA. Grayscale: #7F7F7F. Windows color (decimal): -5474507 or 3504044. OLE color: 3504044.

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

Color convert

RGB17211953-
CMYK00.310.690.33
HSL33.28º52.89%44.12%-
HSV(B)33.28º69.19%67.45%-
XYZ24.2522.226.38-
YUV127.3286.06159.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=50%
G=34.59%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721195300.310.690.3333.2852.8944.12
HexAC773501F452121352c
Octal2541676503710541416554
Binary1010110011101111101010111111000101100001100001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7735; }

 p { color: rgb(172,119,53); }

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

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

 a { background-color: rgb(172,119,53); }

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

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

 span { border-color: rgb(172,119,53); }

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