#AC8584

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

Shades of Brandy Rose #AC8584

Tints of Brandy Rose #AC8584

Color information

#AC8584 (or 0xAC8584) is unknown color: approx Brandy Rose. HEX triplet: AC, 85 and 84. RGB value is (172,133,132). Sum of RGB (Red+Green+Blue) = 172+133+132=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8584 is #537A7B. Grayscale: #909090. Windows color (decimal): -5470844 or 8684972. OLE color: 8684972.

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

Color convert

RGB172133132-
CMYK00.230.230.33
HSL1.5º19.42%59.61%-
HSV(B)1.5º23.26%67.45%-
XYZ29.5727.2125.52-
YUV144.55120.92147.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=39.36%
G=30.43%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213313200.230.230.331.519.4259.61
HexAC858401717212133c
Octal254205204027274122374
Binary101011001000010110000100010111101111000011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8584; }

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

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

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

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

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

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

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

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