#AC8784

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

Shades of Brandy Rose #AC8784

Tints of Brandy Rose #AC8784

Color information

#AC8784 (or 0xAC8784) is unknown color: approx Brandy Rose. HEX triplet: AC, 87 and 84. RGB value is (172,135,132). Sum of RGB (Red+Green+Blue) = 172+135+132=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8784 is #53787B. Grayscale: #919191. Windows color (decimal): -5470332 or 8685484. OLE color: 8685484.

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

Color convert

RGB172135132-
CMYK00.220.230.33
HSL4.5º19.42%59.61%-
HSV(B)4.5º23.26%67.45%-
XYZ29.8427.7625.62-
YUV145.72120.26146.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=39.18%
G=30.75%
B=30.07%

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
Decimal17213513200.220.230.334.519.4259.61
HexAC878401617215133c
Octal254207204026274152374
Binary1010110010000111100001000101101011110000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8784; }

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

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

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

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

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

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

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

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