#AC867B

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

Shades of Brandy Rose #AC867B

Tints of Brandy Rose #AC867B

Color information

#AC867B (or 0xAC867B) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 7B. RGB value is (172,134,123). Sum of RGB (Red+Green+Blue) = 172+134+123=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC867B is #537984. Grayscale: #909090. Windows color (decimal): -5470597 or 8095404. OLE color: 8095404.

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

Color convert

RGB172134123-
CMYK00.220.280.33
HSL13.47º22.79%57.84%-
HSV(B)13.47º28.49%67.45%-
XYZ29.1127.2522.46-
YUV144.11116.09147.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=40.09%
G=31.24%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213412300.220.280.3313.4722.7957.84
HexAC867B0161C21d173a
Octal2542061730263441152772
Binary1010110010000110111101101011011100100001110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC867B; }

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

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

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

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

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

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

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

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