#AB887E

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

Shades of Brandy Rose #AB887E

Tints of Brandy Rose #AB887E

Color information

#AB887E (or 0xAB887E) is unknown color: approx Brandy Rose. HEX triplet: AB, 88 and 7E. RGB value is (171,136,126). Sum of RGB (Red+Green+Blue) = 171+136+126=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB887E is #547781. Grayscale: #919191. Windows color (decimal): -5535618 or 8292523. OLE color: 8292523.

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

Color convert

RGB171136126-
CMYK00.200.260.33
HSL13.33º21.13%58.24%-
HSV(B)13.33º26.32%67.06%-
XYZ29.3627.7723.55-
YUV145.32117.1146.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=39.49%
G=31.41%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113612600.200.260.3313.3321.1358.24
HexAB887E0141A21d153a
Octal2532101760243241152572
Binary1010101110001000111111001010011010100001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB887E; }

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

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

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

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

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

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

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

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