#AC7C78

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

Shades of Brandy Rose #AC7C78

Tints of Brandy Rose #AC7C78

Color information

#AC7C78 (or 0xAC7C78) is unknown color: approx Brandy Rose. HEX triplet: AC, 7C and 78. RGB value is (172,124,120). Sum of RGB (Red+Green+Blue) = 172+124+120=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C78 is #538387. Grayscale: #898989. Windows color (decimal): -5473160 or 7896236. OLE color: 7896236.

HSL color Cylindrical-coordinate representation of color #AC7C78: hue angle of 4.62º 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 #AC7C78 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172124120-
CMYK00.280.300.33
HSL4.62º23.85%57.25%-
HSV(B)4.62º30.23%67.45%-
XYZ27.6124.5421.05-
YUV137.9117.9152.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=41.35%
G=29.81%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212412000.280.300.334.6223.8557.25
HexAC7C7801C1E2151839
Octal254174170034364153071
Binary10101100111110011110000111001111010000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C78; }

 p { color: rgb(172,124,120); }

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

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

 a { background-color: rgb(172,124,120); }

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

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

 span { border-color: rgb(172,124,120); }

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