#AB857C

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

Shades of Brandy Rose #AB857C

Tints of Brandy Rose #AB857C

Color information

#AB857C (or 0xAB857C) is unknown color: approx Brandy Rose. HEX triplet: AB, 85 and 7C. RGB value is (171,133,124). Sum of RGB (Red+Green+Blue) = 171+133+124=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB857C is #547A83. Grayscale: #8F8F8F. Windows color (decimal): -5536388 or 8160683. OLE color: 8160683.

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

Color convert

RGB171133124-
CMYK00.220.270.33
HSL11.49º21.86%57.84%-
HSV(B)11.49º27.49%67.06%-
XYZ28.8226.8922.74-
YUV143.34117.09147.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=39.95%
G=31.07%
B=28.97%

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
Decimal17113312400.220.270.3311.4921.8657.84
HexAB857C0161B21b163a
Octal2532051740263341132672
Binary1010101110000101111110001011011011100001101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB857C; }

 p { color: rgb(171,133,124); }

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

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

 a { background-color: rgb(171,133,124); }

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

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

 span { border-color: rgb(171,133,124); }

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