#AC887F

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

Shades of Brandy Rose #AC887F

Tints of Brandy Rose #AC887F

Color information

#AC887F (or 0xAC887F) is unknown color: approx Brandy Rose. HEX triplet: AC, 88 and 7F. RGB value is (172,136,127). Sum of RGB (Red+Green+Blue) = 172+136+127=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC887F is #537780. Grayscale: #919191. Windows color (decimal): -5470081 or 8358060. OLE color: 8358060.

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

Color convert

RGB172136127-
CMYK00.210.260.33
HSL12º21.33%58.63%-
HSV(B)12º26.16%67.45%-
XYZ29.6527.9123.9-
YUV145.74117.43146.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 127 (50% from 255) = 29.20%
R=39.54%
G=31.26%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213612700.210.260.331221.3358.63
HexAC887F0151A21c153b
Octal2542101770253241142573
Binary1010110010001000111111101010111010100001110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC887F; }

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

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

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

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

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

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

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

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