#A6847F

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

Shades of Brandy Rose #A6847F

Tints of Brandy Rose #A6847F

Color information

#A6847F (or 0xA6847F) is unknown color: approx Brandy Rose. HEX triplet: A6, 84 and 7F. RGB value is (166,132,127). Sum of RGB (Red+Green+Blue) = 166+132+127=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6847F is #597B80. Grayscale: #8D8D8D. Windows color (decimal): -5864321 or 8357030. OLE color: 8357030.

HSL color Cylindrical-coordinate representation of color #A6847F: hue angle of 7.69º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6847F is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166132127-
CMYK00.200.230.35
HSL7.69º17.97%57.45%-
HSV(B)7.69º23.49%65.1%-
XYZ27.8126.1423.66-
YUV141.6119.76145.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 127 (50% from 255) = 29.88%
R=39.06%
G=31.06%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613212700.200.230.357.6917.9757.45
HexA6847F014172381239
Octal2462041770242743102271
Binary1010011010000100111111101010010111100011100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6847F; }

 p { color: rgb(166,132,127); }

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

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

 a { background-color: rgb(166,132,127); }

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

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

 span { border-color: rgb(166,132,127); }

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