#AB837D

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

Shades of Brandy Rose #AB837D

Tints of Brandy Rose #AB837D

Color information

#AB837D (or 0xAB837D) is unknown color: approx Brandy Rose. HEX triplet: AB, 83 and 7D. RGB value is (171,131,125). Sum of RGB (Red+Green+Blue) = 171+131+125=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB837D is #547C82. Grayscale: #8E8E8E. Windows color (decimal): -5536899 or 8225707. OLE color: 8225707.

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

Color convert

RGB171131125-
CMYK00.230.270.33
HSL7.83º21.5%58.04%-
HSV(B)7.83º26.9%67.06%-
XYZ28.6126.3722.98-
YUV142.28118.25148.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=40.05%
G=30.68%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113112500.230.270.337.8321.558.04
HexAB837D0171B218153a
Octal2532031750273341102572
Binary1010101110000011111110101011111011100001100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB837D; }

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

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

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

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

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

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

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

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