#AB7E7C

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

Shades of Brandy Rose #AB7E7C

Tints of Brandy Rose #AB7E7C

Color information

#AB7E7C (or 0xAB7E7C) is unknown color: approx Brandy Rose. HEX triplet: AB, 7E and 7C. RGB value is (171,126,124). Sum of RGB (Red+Green+Blue) = 171+126+124=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E7C is #548183. Grayscale: #8B8B8B. Windows color (decimal): -5538180 or 8158891. OLE color: 8158891.

HSL color Cylindrical-coordinate representation of color #AB7E7C: hue angle of 2.55º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7E7C is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB171126124-
CMYK00.260.270.33
HSL2.55º21.86%57.84%-
HSV(B)2.55º27.49%67.06%-
XYZ27.8925.0322.43-
YUV139.23119.41150.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=40.62%
G=29.93%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112612400.260.270.332.5521.8657.84
HexAB7E7C01A1B213163a
Octal253176174032334132672
Binary1010101111111101111100011010110111000011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E7C; }

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

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

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

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

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

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

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

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