#AB847C

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

Shades of Brandy Rose #AB847C

Tints of Brandy Rose #AB847C

Color information

#AB847C (or 0xAB847C) is unknown color: approx Brandy Rose. HEX triplet: AB, 84 and 7C. RGB value is (171,132,124). Sum of RGB (Red+Green+Blue) = 171+132+124=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB847C is #547B83. Grayscale: #8E8E8E. Windows color (decimal): -5536644 or 8160427. OLE color: 8160427.

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

Color convert

RGB171132124-
CMYK00.230.270.33
HSL10.21º21.86%57.84%-
HSV(B)10.21º27.49%67.06%-
XYZ28.6826.6222.69-
YUV142.75117.42148.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=40.05%
G=30.91%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113212400.230.270.3310.2121.8657.84
HexAB847C0171B21a163a
Octal2532041740273341122672
Binary1010101110000100111110001011111011100001101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB847C; }

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

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

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

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

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

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

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

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