#AC7E74

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

Shades of Brandy Rose #AC7E74

Tints of Brandy Rose #AC7E74

Color information

#AC7E74 (or 0xAC7E74) is unknown color: approx Brandy Rose. HEX triplet: AC, 7E and 74. RGB value is (172,126,116). Sum of RGB (Red+Green+Blue) = 172+126+116=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E74 is #53818B. Grayscale: #8A8A8A. Windows color (decimal): -5472652 or 7634604. OLE color: 7634604.

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

Color convert

RGB172126116-
CMYK00.270.330.33
HSL10.71º25.23%56.47%-
HSV(B)10.71º32.56%67.45%-
XYZ27.6324.9519.88-
YUV138.61115.24151.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=41.55%
G=30.43%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212611600.270.330.3310.7125.2356.47
HexAC7E7401B2121b1938
Octal2541761640334141133170
Binary1010110011111101110100011011100001100001101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E74; }

 p { color: rgb(172,126,116); }

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

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

 a { background-color: rgb(172,126,116); }

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

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

 span { border-color: rgb(172,126,116); }

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