#A6857B

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

Shades of Brandy Rose #A6857B

Tints of Brandy Rose #A6857B

Color information

#A6857B (or 0xA6857B) is unknown color: approx Brandy Rose. HEX triplet: A6, 85 and 7B. RGB value is (166,133,123). Sum of RGB (Red+Green+Blue) = 166+133+123=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6857B is #597A84. Grayscale: #8D8D8D. Windows color (decimal): -5864069 or 8095142. OLE color: 8095142.

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

Color convert

RGB166133123-
CMYK00.200.260.35
HSL13.95º19.46%56.67%-
HSV(B)13.95º25.9%65.1%-
XYZ27.6926.3122.36-
YUV141.73117.43145.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=39.34%
G=31.52%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613312300.200.260.3513.9519.4656.67
HexA6857B0141A23e1339
Octal2462051730243243162371
Binary1010011010000101111101101010011010100011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6857B; }

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

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

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

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

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

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

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

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