#AC877D

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

Shades of Brandy Rose #AC877D

Tints of Brandy Rose #AC877D

Color information

#AC877D (or 0xAC877D) is unknown color: approx Brandy Rose. HEX triplet: AC, 87 and 7D. RGB value is (172,135,125). Sum of RGB (Red+Green+Blue) = 172+135+125=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC877D is #537882. Grayscale: #919191. Windows color (decimal): -5470339 or 8226732. OLE color: 8226732.

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

Color convert

RGB172135125-
CMYK00.220.270.33
HSL12.77º22.07%58.24%-
HSV(B)12.77º27.33%67.45%-
XYZ29.3827.5823.18-
YUV144.92116.76147.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=39.81%
G=31.25%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213512500.220.270.3312.7722.0758.24
HexAC877D0161B21d163a
Octal2542071750263341152672
Binary1010110010000111111110101011011011100001110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC877D; }

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

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

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

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

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

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

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

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