#AC8884

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

Shades of Brandy Rose #AC8884

Tints of Brandy Rose #AC8884

Color information

#AC8884 (or 0xAC8884) is unknown color: approx Brandy Rose. HEX triplet: AC, 88 and 84. RGB value is (172,136,132). Sum of RGB (Red+Green+Blue) = 172+136+132=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8884 is #53777B. Grayscale: #929292. Windows color (decimal): -5470076 or 8685740. OLE color: 8685740.

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

Color convert

RGB172136132-
CMYK00.210.230.33
HSL19.42%59.61%-
HSV(B)23.26%67.45%-
XYZ29.9828.0425.66-
YUV146.31119.93146.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 132 (51.95% from 255) = 30%
R=39.09%
G=30.91%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213613200.210.230.33619.4259.61
HexAC888401517216133c
Octal254210204025274162374
Binary1010110010001000100001000101011011110000111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8884; }

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

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

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

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

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

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

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

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