#AB837B

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

Shades of Brandy Rose #AB837B

Tints of Brandy Rose #AB837B

Color information

#AB837B (or 0xAB837B) is unknown color: approx Brandy Rose. HEX triplet: AB, 83 and 7B. RGB value is (171,131,123). Sum of RGB (Red+Green+Blue) = 171+131+123=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB837B is #547C84. Grayscale: #8E8E8E. Windows color (decimal): -5536901 or 8094635. OLE color: 8094635.

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

Color convert

RGB171131123-
CMYK00.230.280.33
HSL10º22.22%57.65%-
HSV(B)10º28.07%67.06%-
XYZ28.4926.3222.32-
YUV142.05117.25148.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=40.24%
G=30.82%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113112300.230.280.331022.2257.65
HexAB837B0171C21a163a
Octal2532031730273441122672
Binary1010101110000011111101101011111100100001101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB837B; }

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

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

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

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

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

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

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

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