#AB817D

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

Shades of Brandy Rose #AB817D

Tints of Brandy Rose #AB817D

Color information

#AB817D (or 0xAB817D) is unknown color: approx Brandy Rose. HEX triplet: AB, 81 and 7D. RGB value is (171,129,125). Sum of RGB (Red+Green+Blue) = 171+129+125=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB817D is #547E82. Grayscale: #8D8D8D. Windows color (decimal): -5537411 or 8225195. OLE color: 8225195.

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

Color convert

RGB171129125-
CMYK00.250.270.33
HSL5.22º21.5%58.04%-
HSV(B)5.22º26.9%67.06%-
XYZ28.3525.8422.9-
YUV141.1118.91149.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=40.24%
G=30.35%
B=29.41%

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
Decimal17112912500.250.270.335.2221.558.04
HexAB817D0191B215153a
Octal253201175031334152572
Binary101010111000000111111010110011101110000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB817D; }

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

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

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

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

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

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

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

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