#AB807D

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

Shades of Brandy Rose #AB807D

Tints of Brandy Rose #AB807D

Color information

#AB807D (or 0xAB807D) is unknown color: approx Brandy Rose. HEX triplet: AB, 80 and 7D. RGB value is (171,128,125). Sum of RGB (Red+Green+Blue) = 171+128+125=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB807D is #547F82. Grayscale: #8C8C8C. Windows color (decimal): -5537667 or 8224939. OLE color: 8224939.

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

Color convert

RGB171128125-
CMYK00.250.270.33
HSL3.91º21.5%58.04%-
HSV(B)3.91º26.9%67.06%-
XYZ28.2225.5822.85-
YUV140.51119.25149.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=40.33%
G=30.19%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112812500.250.270.333.9121.558.04
HexAB807D0191B214153a
Octal253200175031334142572
Binary101010111000000011111010110011101110000110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB807D; }

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

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

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

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

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

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

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

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