#AB7E79

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

Shades of Brandy Rose #AB7E79

Tints of Brandy Rose #AB7E79

Color information

#AB7E79 (or 0xAB7E79) is unknown color: approx Brandy Rose. HEX triplet: AB, 7E and 79. RGB value is (171,126,121). Sum of RGB (Red+Green+Blue) = 171+126+121=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E79 is #548186. Grayscale: #8A8A8A. Windows color (decimal): -5538183 or 7962283. OLE color: 7962283.

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

Color convert

RGB171126121-
CMYK00.260.290.33
HSL22.94%57.25%-
HSV(B)29.24%67.06%-
XYZ27.7124.9621.45-
YUV138.88117.91150.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=40.91%
G=30.14%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112612100.260.290.33622.9457.25
HexAB7E7901A1D2161739
Octal253176171032354162771
Binary10101011111111011110010110101110110000111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E79; }

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

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

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

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

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

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

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

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