#AB8984

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

Shades of Brandy Rose #AB8984

Tints of Brandy Rose #AB8984

Color information

#AB8984 (or 0xAB8984) is unknown color: approx Brandy Rose. HEX triplet: AB, 89 and 84. RGB value is (171,137,132). Sum of RGB (Red+Green+Blue) = 171+137+132=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8984 is #54767B. Grayscale: #929292. Windows color (decimal): -5535356 or 8685995. OLE color: 8685995.

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

Color convert

RGB171137132-
CMYK00.200.230.33
HSL7.69º18.84%59.41%-
HSV(B)7.69º22.81%67.06%-
XYZ29.9128.2225.7-
YUV146.6119.76145.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 132 (51.95% from 255) = 30%
R=38.86%
G=31.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113713200.200.230.337.6918.8459.41
HexAB898401417218133b
Octal2532112040242741102373
Binary10101011100010011000010001010010111100001100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8984; }

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

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

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

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

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

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

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

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