#A7857C

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

Shades of Brandy Rose #A7857C

Tints of Brandy Rose #A7857C

Color information

#A7857C (or 0xA7857C) is unknown color: approx Brandy Rose. HEX triplet: A7, 85 and 7C. RGB value is (167,133,124). Sum of RGB (Red+Green+Blue) = 167+133+124=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7857C is #587A83. Grayscale: #8E8E8E. Windows color (decimal): -5798532 or 8160679. OLE color: 8160679.

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

Color convert

RGB167133124-
CMYK00.200.260.35
HSL12.56º19.63%57.06%-
HSV(B)12.56º25.75%65.49%-
XYZ27.9626.4522.7-
YUV142.14117.76145.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=39.39%
G=31.37%
B=29.25%

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
Decimal16713312400.200.260.3512.5619.6357.06
HexA7857C0141A23d1439
Octal2472051740243243152471
Binary1010011110000101111110001010011010100011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7857C; }

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

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

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

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

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

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

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

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