#AB7C71

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

Shades of Brandy Rose #AB7C71

Tints of Brandy Rose #AB7C71

Color information

#AB7C71 (or 0xAB7C71) is unknown color: approx Brandy Rose. HEX triplet: AB, 7C and 71. RGB value is (171,124,113). Sum of RGB (Red+Green+Blue) = 171+124+113=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C71 is #54838E. Grayscale: #888888. Windows color (decimal): -5538703 or 7437483. OLE color: 7437483.

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

Color convert

RGB171124113-
CMYK00.270.340.33
HSL11.38º25.66%55.69%-
HSV(B)11.38º33.92%67.06%-
XYZ26.9824.2718.88-
YUV136.8114.57152.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=41.91%
G=30.39%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112411300.270.340.3311.3825.6655.69
HexAB7C7101B2221b1a38
Octal2531741610334241133270
Binary1010101111111001110001011011100010100001101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C71; }

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

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

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

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

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

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

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

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