#AB867D

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

Shades of Brandy Rose #AB867D

Tints of Brandy Rose #AB867D

Color information

#AB867D (or 0xAB867D) is unknown color: approx Brandy Rose. HEX triplet: AB, 86 and 7D. RGB value is (171,134,125). Sum of RGB (Red+Green+Blue) = 171+134+125=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB867D is #547982. Grayscale: #909090. Windows color (decimal): -5536131 or 8226475. OLE color: 8226475.

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

Color convert

RGB171134125-
CMYK00.220.270.33
HSL11.74º21.5%58.04%-
HSV(B)11.74º26.9%67.06%-
XYZ29.0227.1923.12-
YUV144.04117.26147.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=39.77%
G=31.16%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113412500.220.270.3311.7421.558.04
HexAB867D0161B21c153a
Octal2532061750263341142572
Binary1010101110000110111110101011011011100001110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB867D; }

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

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

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

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

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

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

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

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