#A6857C

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

Shades of Brandy Rose #A6857C

Tints of Brandy Rose #A6857C

Color information

#A6857C (or 0xA6857C) is unknown color: approx Brandy Rose. HEX triplet: A6, 85 and 7C. RGB value is (166,133,124). Sum of RGB (Red+Green+Blue) = 166+133+124=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6857C is #597A83. Grayscale: #8D8D8D. Windows color (decimal): -5864068 or 8160678. OLE color: 8160678.

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

Color convert

RGB166133124-
CMYK00.200.250.35
HSL12.86º19.09%56.86%-
HSV(B)12.86º25.3%65.1%-
XYZ27.7526.3422.69-
YUV141.84117.93145.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=39.24%
G=31.44%
B=29.31%

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
Decimal16613312400.200.250.3512.8619.0956.86
HexA6857C0141923d1339
Octal2462051740243143152371
Binary1010011010000101111110001010011001100011110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6857C; }

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

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

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

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

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

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

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

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