#AC887C

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

Shades of Brandy Rose #AC887C

Tints of Brandy Rose #AC887C

Color information

#AC887C (or 0xAC887C) is unknown color: approx Brandy Rose. HEX triplet: AC, 88 and 7C. RGB value is (172,136,124). Sum of RGB (Red+Green+Blue) = 172+136+124=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC887C is #537783. Grayscale: #919191. Windows color (decimal): -5470084 or 8161452. OLE color: 8161452.

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

Color convert

RGB172136124-
CMYK00.210.280.33
HSL15º22.43%58.04%-
HSV(B)15º27.91%67.45%-
XYZ29.4627.8322.89-
YUV145.4115.93146.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=39.81%
G=31.48%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213612400.210.280.331522.4358.04
HexAC887C0151C21f163a
Octal2542101740253441172672
Binary1010110010001000111110001010111100100001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC887C; }

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

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

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

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

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

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

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

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