#A4857E

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

Shades of Brandy Rose #A4857E

Tints of Brandy Rose #A4857E

Color information

#A4857E (or 0xA4857E) is unknown color: approx Brandy Rose. HEX triplet: A4, 85 and 7E. RGB value is (164,133,126). Sum of RGB (Red+Green+Blue) = 164+133+126=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4857E is #5B7A81. Grayscale: #8D8D8D. Windows color (decimal): -5995138 or 8291748. OLE color: 8291748.

HSL color Cylindrical-coordinate representation of color #A4857E: hue angle of 11.05º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4857E is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164133126-
CMYK00.190.230.36
HSL11.05º17.27%56.86%-
HSV(B)11.05º23.17%64.31%-
XYZ27.4626.1723.34-
YUV141.47119.27144.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=38.77%
G=31.44%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413312600.190.230.3611.0517.2756.86
HexA4857E0131724b1139
Octal2442051760232744132171
Binary1010010010000101111111001001110111100100101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4857E; }

 p { color: rgb(164,133,126); }

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

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

 a { background-color: rgb(164,133,126); }

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

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

 span { border-color: rgb(164,133,126); }

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