#A87C75

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

Shades of Brandy Rose #A87C75

Tints of Brandy Rose #A87C75

Color information

#A87C75 (or 0xA87C75) is unknown color: approx Brandy Rose. HEX triplet: A8, 7C and 75. RGB value is (168,124,117). Sum of RGB (Red+Green+Blue) = 168+124+117=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C75 is #57838A. Grayscale: #888888. Windows color (decimal): -5735307 or 7699624. OLE color: 7699624.

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

Color convert

RGB168124117-
CMYK00.260.300.34
HSL8.24º22.67%55.88%-
HSV(B)8.24º30.36%65.88%-
XYZ26.5724.0220.07-
YUV136.36117.08150.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=41.08%
G=30.32%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812411700.260.300.348.2422.6755.88
HexA87C7501A1E2281738
Octal2501741650323642102770
Binary101010001111100111010101101011110100010100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87C75; }

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

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

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

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

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

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

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

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