#AC867E

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

Shades of Brandy Rose #AC867E

Tints of Brandy Rose #AC867E

Color information

#AC867E (or 0xAC867E) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 7E. RGB value is (172,134,126). Sum of RGB (Red+Green+Blue) = 172+134+126=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC867E is #537981. Grayscale: #909090. Windows color (decimal): -5470594 or 8292012. OLE color: 8292012.

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

Color convert

RGB172134126-
CMYK00.220.270.33
HSL10.43º21.7%58.43%-
HSV(B)10.43º26.74%67.45%-
XYZ29.327.3323.47-
YUV144.45117.59147.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=39.81%
G=31.02%
B=29.17%

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
Decimal17213412600.220.270.3310.4321.758.43
HexAC867E0161B21a163a
Octal2542061760263341122672
Binary1010110010000110111111001011011011100001101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC867E; }

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

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

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

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

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

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

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

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