#A7867C

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

Shades of Brandy Rose #A7867C

Tints of Brandy Rose #A7867C

Color information

#A7867C (or 0xA7867C) is unknown color: approx Brandy Rose. HEX triplet: A7, 86 and 7C. RGB value is (167,134,124). Sum of RGB (Red+Green+Blue) = 167+134+124=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7867C is #587983. Grayscale: #8E8E8E. Windows color (decimal): -5798276 or 8160935. OLE color: 8160935.

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

Color convert

RGB167134124-
CMYK00.200.260.35
HSL13.95º19.63%57.06%-
HSV(B)13.95º25.75%65.49%-
XYZ28.126.7222.75-
YUV142.73117.43145.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=39.29%
G=31.53%
B=29.18%

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
Decimal16713412400.200.260.3513.9519.6357.06
HexA7867C0141A23e1439
Octal2472061740243243162471
Binary1010011110000110111110001010011010100011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7867C; }

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

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

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

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

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

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

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

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