#AB8480

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

Shades of Brandy Rose #AB8480

Tints of Brandy Rose #AB8480

Color information

#AB8480 (or 0xAB8480) is unknown color: approx Brandy Rose. HEX triplet: AB, 84 and 80. RGB value is (171,132,128). Sum of RGB (Red+Green+Blue) = 171+132+128=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8480 is #547B7F. Grayscale: #8F8F8F. Windows color (decimal): -5536640 or 8422571. OLE color: 8422571.

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

Color convert

RGB171132128-
CMYK00.230.250.33
HSL5.58º20.38%58.63%-
HSV(B)5.58º25.15%67.06%-
XYZ28.9426.7224.05-
YUV143.21119.42147.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=39.68%
G=30.63%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113212800.230.250.335.5820.3858.63
HexAB848001719216143b
Octal253204200027314162473
Binary1010101110000100100000000101111100110000111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8480; }

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

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

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

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

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

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

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

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