#AB8576

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

Shades of Brandy Rose #AB8576

Tints of Brandy Rose #AB8576

Color information

#AB8576 (or 0xAB8576) is unknown color: approx Brandy Rose. HEX triplet: AB, 85 and 76. RGB value is (171,133,118). Sum of RGB (Red+Green+Blue) = 171+133+118=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8576 is #547A89. Grayscale: #8E8E8E. Windows color (decimal): -5536394 or 7767467. OLE color: 7767467.

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

Color convert

RGB171133118-
CMYK00.220.310.33
HSL16.98º23.98%56.67%-
HSV(B)16.98º30.99%67.06%-
XYZ28.4526.7420.8-
YUV142.65114.09148.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=40.52%
G=31.52%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113311800.220.310.3316.9823.9856.67
HexAB85760161F21111839
Octal2532051660263741213071
Binary10101011100001011110110010110111111000011000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8576; }

 p { color: rgb(171,133,118); }

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

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

 a { background-color: rgb(171,133,118); }

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

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

 span { border-color: rgb(171,133,118); }

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