#AC8684

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

Shades of Brandy Rose #AC8684

Tints of Brandy Rose #AC8684

Color information

#AC8684 (or 0xAC8684) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 84. RGB value is (172,134,132). Sum of RGB (Red+Green+Blue) = 172+134+132=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8684 is #53797B. Grayscale: #919191. Windows color (decimal): -5470588 or 8685228. OLE color: 8685228.

HSL color Cylindrical-coordinate representation of color #AC8684: hue angle of 3º 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 #AC8684 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172134132-
CMYK00.220.230.33
HSL19.42%59.61%-
HSV(B)23.26%67.45%-
XYZ29.727.4925.57-
YUV145.13120.59147.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=39.27%
G=30.59%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213413200.220.230.33319.4259.61
HexAC868401617213133c
Octal254206204026274132374
Binary101011001000011010000100010110101111000011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8684; }

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

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

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

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

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

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

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

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