#AB857E

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

Shades of Brandy Rose #AB857E

Tints of Brandy Rose #AB857E

Color information

#AB857E (or 0xAB857E) is unknown color: approx Brandy Rose. HEX triplet: AB, 85 and 7E. RGB value is (171,133,126). Sum of RGB (Red+Green+Blue) = 171+133+126=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB857E is #547A81. Grayscale: #8F8F8F. Windows color (decimal): -5536386 or 8291755. OLE color: 8291755.

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

Color convert

RGB171133126-
CMYK00.220.260.33
HSL9.33º21.13%58.24%-
HSV(B)9.33º26.32%67.06%-
XYZ28.9526.9423.41-
YUV143.56118.09147.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=39.77%
G=30.93%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113312600.220.260.339.3321.1358.24
HexAB857E0161A219153a
Octal2532051760263241112572
Binary1010101110000101111111001011011010100001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB857E; }

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

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

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

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

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

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

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

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