#AB837E

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

Shades of Brandy Rose #AB837E

Tints of Brandy Rose #AB837E

Color information

#AB837E (or 0xAB837E) is unknown color: approx Brandy Rose. HEX triplet: AB, 83 and 7E. RGB value is (171,131,126). Sum of RGB (Red+Green+Blue) = 171+131+126=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB837E is #547C81. Grayscale: #8E8E8E. Windows color (decimal): -5536898 or 8291243. OLE color: 8291243.

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

Color convert

RGB171131126-
CMYK00.230.260.33
HSL6.67º21.13%58.24%-
HSV(B)6.67º26.32%67.06%-
XYZ28.6826.423.32-
YUV142.39118.75148.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=39.95%
G=30.61%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113112600.230.260.336.6721.1358.24
HexAB837E0171A217153a
Octal253203176027324172572
Binary101010111000001111111100101111101010000111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB837E; }

 p { color: rgb(171,131,126); }

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

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

 a { background-color: rgb(171,131,126); }

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

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

 span { border-color: rgb(171,131,126); }

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