#AB7F79

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

Shades of Brandy Rose #AB7F79

Tints of Brandy Rose #AB7F79

Color information

#AB7F79 (or 0xAB7F79) is unknown color: approx Brandy Rose. HEX triplet: AB, 7F and 79. RGB value is (171,127,121). Sum of RGB (Red+Green+Blue) = 171+127+121=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F79 is #548086. Grayscale: #8B8B8B. Windows color (decimal): -5537927 or 7962539. OLE color: 7962539.

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

Color convert

RGB171127121-
CMYK00.260.290.33
HSL7.2º22.94%57.25%-
HSV(B)7.2º29.24%67.06%-
XYZ27.8425.2221.49-
YUV139.47117.58150.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=40.81%
G=30.31%
B=28.88%

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
Decimal17112712100.260.290.337.222.9457.25
HexAB7F7901A1D2171739
Octal253177171032354172771
Binary10101011111111111110010110101110110000111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F79; }

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

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

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

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

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

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

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

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