#AC7C70

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

Shades of Brandy Rose #AC7C70

Tints of Brandy Rose #AC7C70

Color information

#AC7C70 (or 0xAC7C70) is unknown color: approx Brandy Rose. HEX triplet: AC, 7C and 70. RGB value is (172,124,112). Sum of RGB (Red+Green+Blue) = 172+124+112=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C70 is #53838F. Grayscale: #898989. Windows color (decimal): -5473168 or 7371948. OLE color: 7371948.

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

Color convert

RGB172124112-
CMYK00.280.350.33
HSL12º26.55%55.69%-
HSV(B)12º34.88%67.45%-
XYZ27.1524.3618.6-
YUV136.98113.9152.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=42.16%
G=30.39%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212411200.280.350.331226.5555.69
HexAC7C7001C2321c1b38
Octal2541741600344341143370
Binary1010110011111001110000011100100011100001110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C70; }

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

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

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

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

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

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

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

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