#AC877E

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

Shades of Brandy Rose #AC877E

Tints of Brandy Rose #AC877E

Color information

#AC877E (or 0xAC877E) is unknown color: approx Brandy Rose. HEX triplet: AC, 87 and 7E. RGB value is (172,135,126). Sum of RGB (Red+Green+Blue) = 172+135+126=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC877E is #537881. Grayscale: #919191. Windows color (decimal): -5470338 or 8292268. OLE color: 8292268.

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

Color convert

RGB172135126-
CMYK00.220.270.33
HSL11.74º21.7%58.43%-
HSV(B)11.74º26.74%67.45%-
XYZ29.4427.623.52-
YUV145.04117.26147.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=39.72%
G=31.18%
B=29.10%

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
Decimal17213512600.220.270.3311.7421.758.43
HexAC877E0161B21c163a
Octal2542071760263341142672
Binary1010110010000111111111001011011011100001110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC877E; }

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

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

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

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

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

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

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

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