#AC8780

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

Shades of Brandy Rose #AC8780

Tints of Brandy Rose #AC8780

Color information

#AC8780 (or 0xAC8780) is unknown color: approx Brandy Rose. HEX triplet: AC, 87 and 80. RGB value is (172,135,128). Sum of RGB (Red+Green+Blue) = 172+135+128=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8780 is #53787F. Grayscale: #919191. Windows color (decimal): -5470336 or 8423340. OLE color: 8423340.

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

Color convert

RGB172135128-
CMYK00.220.260.33
HSL9.55º20.95%58.82%-
HSV(B)9.55º25.58%67.45%-
XYZ29.5727.6624.2-
YUV145.27118.26147.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=39.54%
G=31.03%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213512800.220.260.339.5520.9558.82
HexAC87800161A21a153b
Octal2542072000263241122573
Binary10101100100001111000000001011011010100001101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8780; }

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

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

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

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

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

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

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

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