#AB8879

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

Shades of Brandy Rose #AB8879

Tints of Brandy Rose #AB8879

Color information

#AB8879 (or 0xAB8879) is unknown color: approx Brandy Rose. HEX triplet: AB, 88 and 79. RGB value is (171,136,121). Sum of RGB (Red+Green+Blue) = 171+136+121=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8879 is #547786. Grayscale: #909090. Windows color (decimal): -5535623 or 7964843. OLE color: 7964843.

HSL color Cylindrical-coordinate representation of color #AB8879: hue angle of 18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8879 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171136121-
CMYK00.200.290.33
HSL18º22.94%57.25%-
HSV(B)18º29.24%67.06%-
XYZ29.0527.6521.89-
YUV144.76114.6146.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=39.95%
G=31.78%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113612100.200.290.331822.9457.25
HexAB88790141D21121739
Octal2532101710243541222771
Binary10101011100010001111001010100111011000011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8879; }

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

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

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

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

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

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

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

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