#A6847D

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

Shades of Brandy Rose #A6847D

Tints of Brandy Rose #A6847D

Color information

#A6847D (or 0xA6847D) is unknown color: approx Brandy Rose. HEX triplet: A6, 84 and 7D. RGB value is (166,132,125). Sum of RGB (Red+Green+Blue) = 166+132+125=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6847D is #597B82. Grayscale: #8D8D8D. Windows color (decimal): -5864323 or 8225958. OLE color: 8225958.

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

Color convert

RGB166132125-
CMYK00.200.250.35
HSL10.24º18.72%57.06%-
HSV(B)10.24º24.7%65.1%-
XYZ27.6826.0922.98-
YUV141.37118.76145.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=39.24%
G=31.21%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613212500.200.250.3510.2418.7257.06
HexA6847D0141923a1339
Octal2462041750243143122371
Binary1010011010000100111110101010011001100011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6847D; }

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

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

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

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

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

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

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

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