#AC887E

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

Shades of Brandy Rose #AC887E

Tints of Brandy Rose #AC887E

Color information

#AC887E (or 0xAC887E) is unknown color: approx Brandy Rose. HEX triplet: AC, 88 and 7E. RGB value is (172,136,126). Sum of RGB (Red+Green+Blue) = 172+136+126=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC887E is #537781. Grayscale: #919191. Windows color (decimal): -5470082 or 8292524. OLE color: 8292524.

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

Color convert

RGB172136126-
CMYK00.210.270.33
HSL13.04º21.7%58.43%-
HSV(B)13.04º26.74%67.45%-
XYZ29.5827.8923.56-
YUV145.62116.93146.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=39.63%
G=31.34%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213612600.210.270.3313.0421.758.43
HexAC887E0151B21d163a
Octal2542101760253341152672
Binary1010110010001000111111001010111011100001110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC887E; }

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

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

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

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

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

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

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

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