#A7857E

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

Shades of Brandy Rose #A7857E

Tints of Brandy Rose #A7857E

Color information

#A7857E (or 0xA7857E) is unknown color: approx Brandy Rose. HEX triplet: A7, 85 and 7E. RGB value is (167,133,126). Sum of RGB (Red+Green+Blue) = 167+133+126=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7857E is #587A81. Grayscale: #8E8E8E. Windows color (decimal): -5798530 or 8291751. OLE color: 8291751.

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

Color convert

RGB167133126-
CMYK00.200.250.35
HSL10.24º18.89%57.45%-
HSV(B)10.24º24.55%65.49%-
XYZ28.0926.523.37-
YUV142.37118.76145.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=39.20%
G=31.22%
B=29.58%

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
Decimal16713312600.200.250.3510.2418.8957.45
HexA7857E0141923a1339
Octal2472051760243143122371
Binary1010011110000101111111001010011001100011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7857E; }

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

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

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

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

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

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

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

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