#AB807F

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

Shades of Brandy Rose #AB807F

Tints of Brandy Rose #AB807F

Color information

#AB807F (or 0xAB807F) is unknown color: approx Brandy Rose. HEX triplet: AB, 80 and 7F. RGB value is (171,128,127). Sum of RGB (Red+Green+Blue) = 171+128+127=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB807F is #547F80. Grayscale: #8C8C8C. Windows color (decimal): -5537665 or 8356011. OLE color: 8356011.

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

Color convert

RGB171128127-
CMYK00.250.260.33
HSL1.36º20.75%58.43%-
HSV(B)1.36º25.73%67.06%-
XYZ28.3425.6323.53-
YUV140.74120.25149.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 127 (50% from 255) = 29.81%
R=40.14%
G=30.05%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112812700.250.260.331.3620.7558.43
HexAB807F0191A211153a
Octal253200177031324112572
Binary1010101110000000111111101100111010100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB807F; }

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

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

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

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

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

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

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

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