#AB8679

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

Shades of Brandy Rose #AB8679

Tints of Brandy Rose #AB8679

Color information

#AB8679 (or 0xAB8679) is unknown color: approx Brandy Rose. HEX triplet: AB, 86 and 79. RGB value is (171,134,121). Sum of RGB (Red+Green+Blue) = 171+134+121=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8679 is #547986. Grayscale: #8F8F8F. Windows color (decimal): -5536135 or 7964331. OLE color: 7964331.

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

Color convert

RGB171134121-
CMYK00.220.290.33
HSL15.6º22.94%57.25%-
HSV(B)15.6º29.24%67.06%-
XYZ28.7727.0921.8-
YUV143.58115.26147.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=40.14%
G=31.46%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113412100.220.290.3315.622.9457.25
HexAB86790161D21101739
Octal2532061710263541202771
Binary10101011100001101111001010110111011000011000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8679; }

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

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

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

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

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

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

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

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