#A87E74

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

Shades of Brandy Rose #A87E74

Tints of Brandy Rose #A87E74

Color information

#A87E74 (or 0xA87E74) is unknown color: approx Brandy Rose. HEX triplet: A8, 7E and 74. RGB value is (168,126,116). Sum of RGB (Red+Green+Blue) = 168+126+116=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E74 is #57818B. Grayscale: #898989. Windows color (decimal): -5734796 or 7634600. OLE color: 7634600.

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

Color convert

RGB168126116-
CMYK00.250.310.34
HSL11.54º23.01%55.69%-
HSV(B)11.54º30.95%65.88%-
XYZ26.7624.5119.84-
YUV137.42115.91149.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 116 (45.70% from 255) = 28.29%
R=40.98%
G=30.73%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812611600.250.310.3411.5423.0155.69
HexA87E740191F22c1738
Octal2501761640313742142770
Binary101010001111110111010001100111111100010110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87E74; }

 p { color: rgb(168,126,116); }

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

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

 a { background-color: rgb(168,126,116); }

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

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

 span { border-color: rgb(168,126,116); }

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