#AB867A

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

Shades of Brandy Rose #AB867A

Tints of Brandy Rose #AB867A

Color information

#AB867A (or 0xAB867A) is unknown color: approx Brandy Rose. HEX triplet: AB, 86 and 7A. RGB value is (171,134,122). Sum of RGB (Red+Green+Blue) = 171+134+122=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB867A is #547985. Grayscale: #8F8F8F. Windows color (decimal): -5536134 or 8029867. OLE color: 8029867.

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

Color convert

RGB171134122-
CMYK00.220.290.33
HSL14.69º22.58%57.45%-
HSV(B)14.69º28.65%67.06%-
XYZ28.8327.1122.13-
YUV143.7115.76147.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=40.05%
G=31.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113412200.220.290.3314.6922.5857.45
HexAB867A0161D21f1739
Octal2532061720263541172771
Binary1010101110000110111101001011011101100001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB867A; }

 p { color: rgb(171,134,122); }

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

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

 a { background-color: rgb(171,134,122); }

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

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

 span { border-color: rgb(171,134,122); }

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