#A6867F

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

Shades of Brandy Rose #A6867F

Tints of Brandy Rose #A6867F

Color information

#A6867F (or 0xA6867F) is unknown color: approx Brandy Rose. HEX triplet: A6, 86 and 7F. RGB value is (166,134,127). Sum of RGB (Red+Green+Blue) = 166+134+127=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6867F is #597980. Grayscale: #8E8E8E. Windows color (decimal): -5863809 or 8357542. OLE color: 8357542.

HSL color Cylindrical-coordinate representation of color #A6867F: hue angle of 10.77º 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 #A6867F is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166134127-
CMYK00.190.230.35
HSL10.77º17.97%57.45%-
HSV(B)10.77º23.49%65.1%-
XYZ28.0826.6923.75-
YUV142.77119.1144.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 127 (50% from 255) = 29.74%
R=38.88%
G=31.38%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613412700.190.230.3510.7717.9757.45
HexA6867F0131723b1239
Octal2462061770232743132271
Binary1010011010000110111111101001110111100011101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6867F; }

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

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

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

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

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

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

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

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