#AC807D

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

Shades of Brandy Rose #AC807D

Tints of Brandy Rose #AC807D

Color information

#AC807D (or 0xAC807D) is unknown color: approx Brandy Rose. HEX triplet: AC, 80 and 7D. RGB value is (172,128,125). Sum of RGB (Red+Green+Blue) = 172+128+125=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC807D is #537F82. Grayscale: #8C8C8C. Windows color (decimal): -5472131 or 8224940. OLE color: 8224940.

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

Color convert

RGB172128125-
CMYK00.260.270.33
HSL3.83º22.07%58.24%-
HSV(B)3.83º27.33%67.45%-
XYZ28.4325.6922.86-
YUV140.81119.08150.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=40.47%
G=30.12%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212812500.260.270.333.8322.0758.24
HexAC807D01A1B214163a
Octal254200175032334142672
Binary101011001000000011111010110101101110000110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC807D; }

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

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

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

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

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

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

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

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