#A6867B

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

Shades of Brandy Rose #A6867B

Tints of Brandy Rose #A6867B

Color information

#A6867B (or 0xA6867B) is unknown color: approx Brandy Rose. HEX triplet: A6, 86 and 7B. RGB value is (166,134,123). Sum of RGB (Red+Green+Blue) = 166+134+123=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6867B is #597984. Grayscale: #8E8E8E. Windows color (decimal): -5863813 or 8095398. OLE color: 8095398.

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

Color convert

RGB166134123-
CMYK00.190.260.35
HSL15.35º19.46%56.67%-
HSV(B)15.35º25.9%65.1%-
XYZ27.8326.5922.4-
YUV142.31117.1144.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=39.24%
G=31.68%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613412300.190.260.3515.3519.4656.67
HexA6867B0131A23f1339
Octal2462061730233243172371
Binary1010011010000110111101101001111010100011111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6867B; }

 p { color: rgb(166,134,123); }

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

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

 a { background-color: rgb(166,134,123); }

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

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

 span { border-color: rgb(166,134,123); }

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