#A87C73

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

Shades of Brandy Rose #A87C73

Tints of Brandy Rose #A87C73

Color information

#A87C73 (or 0xA87C73) is unknown color: approx Brandy Rose. HEX triplet: A8, 7C and 73. RGB value is (168,124,115). Sum of RGB (Red+Green+Blue) = 168+124+115=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C73 is #57838C. Grayscale: #888888. Windows color (decimal): -5735309 or 7568552. OLE color: 7568552.

HSL color Cylindrical-coordinate representation of color #A87C73: hue angle of 10.19º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87C73 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB168124115-
CMYK00.260.320.34
HSL10.19º23.35%55.49%-
HSV(B)10.19º31.55%65.88%-
XYZ26.4523.9819.45-
YUV136.13116.08150.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=41.28%
G=30.47%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812411500.260.320.3410.1923.3555.49
HexA87C7301A2022a1737
Octal2501741630324042122767
Binary1010100011111001110011011010100000100010101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87C73; }

 p { color: rgb(168,124,115); }

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

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

 a { background-color: rgb(168,124,115); }

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

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

 span { border-color: rgb(168,124,115); }

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