#AC7E79

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

Shades of Brandy Rose #AC7E79

Tints of Brandy Rose #AC7E79

Color information

#AC7E79 (or 0xAC7E79) is unknown color: approx Brandy Rose. HEX triplet: AC, 7E and 79. RGB value is (172,126,121). Sum of RGB (Red+Green+Blue) = 172+126+121=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E79 is #538186. Grayscale: #8B8B8B. Windows color (decimal): -5472647 or 7962284. OLE color: 7962284.

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

Color convert

RGB172126121-
CMYK00.270.300.33
HSL5.88º23.5%57.45%-
HSV(B)5.88º29.65%67.45%-
XYZ27.9325.0721.46-
YUV139.18117.74151.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=41.05%
G=30.07%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212612100.270.300.335.8823.557.45
HexAC7E7901B1E2161839
Octal254176171033364163071
Binary10101100111111011110010110111111010000111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E79; }

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

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

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

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

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

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

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

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