#AC765A

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

Shades of Toast #AC765A

Tints of Toast #AC765A

Color information

#AC765A (or 0xAC765A) is unknown color: approx Toast. HEX triplet: AC, 76 and 5A. RGB value is (172,118,90). Sum of RGB (Red+Green+Blue) = 172+118+90=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC765A is #5389A5. Grayscale: #838383. Windows color (decimal): -5474726 or 5928620. OLE color: 5928620.

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

Color convert

RGB17211890-
CMYK00.310.480.33
HSL20.49º33.06%51.37%-
HSV(B)20.49º47.67%67.45%-
XYZ25.3422.4712.67-
YUV130.95104.89157.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=45.26%
G=31.05%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721189000.310.480.3320.4933.0651.37
HexAC765A01F3021142133
Octal2541661320376041244163
Binary101011001110110101101001111111000010000110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC765A; }

 p { color: rgb(172,118,90); }

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

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

 a { background-color: rgb(172,118,90); }

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

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

 span { border-color: rgb(172,118,90); }

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