#AB8A81

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

Shades of Brandy Rose #AB8A81

Tints of Brandy Rose #AB8A81

Color information

#AB8A81 (or 0xAB8A81) is unknown color: approx Brandy Rose. HEX triplet: AB, 8A and 81. RGB value is (171,138,129). Sum of RGB (Red+Green+Blue) = 171+138+129=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8A81 is #54757E. Grayscale: #929292. Windows color (decimal): -5535103 or 8489643. OLE color: 8489643.

HSL color Cylindrical-coordinate representation of color #AB8A81: hue angle of 12.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8A81 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB171138129-
CMYK00.190.250.33
HSL12.86º20%58.82%-
HSV(B)12.86º24.56%67.06%-
XYZ29.8528.4224.68-
YUV146.84117.93145.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=39.04%
G=31.51%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113812900.190.250.3312.862058.82
HexAB8A810131921d143b
Octal2532122010233141152473
Binary10101011100010101000000101001111001100001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A81; }

 p { color: rgb(171,138,129); }

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

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

 a { background-color: rgb(171,138,129); }

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

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

 span { border-color: rgb(171,138,129); }

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