#A5857E

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

Shades of Brandy Rose #A5857E

Tints of Brandy Rose #A5857E

Color information

#A5857E (or 0xA5857E) is unknown color: approx Brandy Rose. HEX triplet: A5, 85 and 7E. RGB value is (165,133,126). Sum of RGB (Red+Green+Blue) = 165+133+126=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5857E is #5A7A81. Grayscale: #8D8D8D. Windows color (decimal): -5929602 or 8291749. OLE color: 8291749.

HSL color Cylindrical-coordinate representation of color #A5857E: 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.24%. Process color model (Four color, CMYK) of #A5857E is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB165133126-
CMYK00.190.240.35
HSL10.77º17.81%57.06%-
HSV(B)10.77º23.64%64.71%-
XYZ27.6726.2823.35-
YUV141.77119.1144.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=38.92%
G=31.37%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513312600.190.240.3510.7717.8157.06
HexA5857E0131823b1239
Octal2452051760233043132271
Binary1010010110000101111111001001111000100011101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5857E; }

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

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

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

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

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

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

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

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