#AC887D

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

Shades of Brandy Rose #AC887D

Tints of Brandy Rose #AC887D

Color information

#AC887D (or 0xAC887D) is unknown color: approx Brandy Rose. HEX triplet: AC, 88 and 7D. RGB value is (172,136,125). Sum of RGB (Red+Green+Blue) = 172+136+125=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC887D is #537782. Grayscale: #919191. Windows color (decimal): -5470083 or 8226988. OLE color: 8226988.

HSL color Cylindrical-coordinate representation of color #AC887D: hue angle of 14.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 #AC887D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172136125-
CMYK00.210.270.33
HSL14.04º22.07%58.24%-
HSV(B)14.04º27.33%67.45%-
XYZ29.5227.8623.22-
YUV145.51116.43146.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=39.72%
G=31.41%
B=28.87%

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
Decimal17213612500.210.270.3314.0422.0758.24
HexAC887D0151B21e163a
Octal2542101750253341162672
Binary1010110010001000111110101010111011100001111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC887D; }

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

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

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

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

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

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

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

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