#AB857F

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

Shades of Brandy Rose #AB857F

Tints of Brandy Rose #AB857F

Color information

#AB857F (or 0xAB857F) is unknown color: approx Brandy Rose. HEX triplet: AB, 85 and 7F. RGB value is (171,133,127). Sum of RGB (Red+Green+Blue) = 171+133+127=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB857F is #547A80. Grayscale: #8F8F8F. Windows color (decimal): -5536385 or 8357291. OLE color: 8357291.

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

Color convert

RGB171133127-
CMYK00.220.260.33
HSL8.18º20.75%58.43%-
HSV(B)8.18º25.73%67.06%-
XYZ29.0126.9723.75-
YUV143.68118.59147.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 127 (50% from 255) = 29.47%
R=39.68%
G=30.86%
B=29.47%

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
Decimal17113312700.220.260.338.1820.7558.43
HexAB857F0161A218153a
Octal2532051770263241102572
Binary1010101110000101111111101011011010100001100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB857F; }

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

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

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

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

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

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

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

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