#AB857D

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

Shades of Brandy Rose #AB857D

Tints of Brandy Rose #AB857D

Color information

#AB857D (or 0xAB857D) is unknown color: approx Brandy Rose. HEX triplet: AB, 85 and 7D. RGB value is (171,133,125). Sum of RGB (Red+Green+Blue) = 171+133+125=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB857D is #547A82. Grayscale: #8F8F8F. Windows color (decimal): -5536387 or 8226219. OLE color: 8226219.

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

Color convert

RGB171133125-
CMYK00.220.270.33
HSL10.43º21.5%58.04%-
HSV(B)10.43º26.9%67.06%-
XYZ28.8826.9123.07-
YUV143.45117.59147.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=39.86%
G=31.00%
B=29.14%

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
Decimal17113312500.220.270.3310.4321.558.04
HexAB857D0161B21a153a
Octal2532051750263341122572
Binary1010101110000101111110101011011011100001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB857D; }

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

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

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

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

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

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

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

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