#AC8685

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

Shades of Brandy Rose #AC8685

Tints of Brandy Rose #AC8685

Color information

#AC8685 (or 0xAC8685) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 85. RGB value is (172,134,133). Sum of RGB (Red+Green+Blue) = 172+134+133=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8685 is #53797A. Grayscale: #919191. Windows color (decimal): -5470587 or 8750764. OLE color: 8750764.

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

Color convert

RGB172134133-
CMYK00.220.230.33
HSL1.54º19.02%59.8%-
HSV(B)1.54º22.67%67.45%-
XYZ29.7727.5125.93-
YUV145.25121.09147.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=39.18%
G=30.52%
B=30.30%

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
Decimal17213413300.220.230.331.5419.0259.8
HexAC868501617212133c
Octal254206205026274122374
Binary101011001000011010000101010110101111000011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8685; }

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

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

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

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

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

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

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

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