#AC8582

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

Shades of Brandy Rose #AC8582

Tints of Brandy Rose #AC8582

Color information

#AC8582 (or 0xAC8582) is unknown color: approx Brandy Rose. HEX triplet: AC, 85 and 82. RGB value is (172,133,130). Sum of RGB (Red+Green+Blue) = 172+133+130=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8582 is #537A7D. Grayscale: #909090. Windows color (decimal): -5470846 or 8553900. OLE color: 8553900.

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

Color convert

RGB172133130-
CMYK00.230.240.33
HSL4.29º20.19%59.22%-
HSV(B)4.29º24.42%67.45%-
XYZ29.4327.1624.81-
YUV144.32119.92147.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=39.54%
G=30.57%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213313000.230.240.334.2920.1959.22
HexAC858201718214143b
Octal254205202027304142473
Binary1010110010000101100000100101111100010000110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8582; }

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

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

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

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

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

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

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

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