#AC867D

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

Shades of Brandy Rose #AC867D

Tints of Brandy Rose #AC867D

Color information

#AC867D (or 0xAC867D) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 7D. RGB value is (172,134,125). Sum of RGB (Red+Green+Blue) = 172+134+125=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC867D is #537982. Grayscale: #909090. Windows color (decimal): -5470595 or 8226476. OLE color: 8226476.

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

Color convert

RGB172134125-
CMYK00.220.270.33
HSL11.49º22.07%58.24%-
HSV(B)11.49º27.33%67.45%-
XYZ29.2427.323.13-
YUV144.34117.09147.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=39.91%
G=31.09%
B=29.00%

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
Decimal17213412500.220.270.3311.4922.0758.24
HexAC867D0161B21b163a
Octal2542061750263341132672
Binary1010110010000110111110101011011011100001101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC867D; }

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

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

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

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

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

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

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

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