#AB8676

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

Shades of Brandy Rose #AB8676

Tints of Brandy Rose #AB8676

Color information

#AB8676 (or 0xAB8676) is unknown color: approx Brandy Rose. HEX triplet: AB, 86 and 76. RGB value is (171,134,118). Sum of RGB (Red+Green+Blue) = 171+134+118=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8676 is #547989. Grayscale: #8F8F8F. Windows color (decimal): -5536138 or 7767723. OLE color: 7767723.

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

Color convert

RGB171134118-
CMYK00.220.310.33
HSL18.11º23.98%56.67%-
HSV(B)18.11º30.99%67.06%-
XYZ28.5927.0220.85-
YUV143.24113.76147.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=40.43%
G=31.68%
B=27.90%

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
Decimal17113411800.220.310.3318.1123.9856.67
HexAB86760161F21121839
Octal2532061660263741223071
Binary10101011100001101110110010110111111000011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8676; }

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

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

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

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

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

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

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

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