#A7867F

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

Shades of Brandy Rose #A7867F

Tints of Brandy Rose #A7867F

Color information

#A7867F (or 0xA7867F) is unknown color: approx Brandy Rose. HEX triplet: A7, 86 and 7F. RGB value is (167,134,127). Sum of RGB (Red+Green+Blue) = 167+134+127=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A7867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7867F is #587980. Grayscale: #8F8F8F. Windows color (decimal): -5798273 or 8357543. OLE color: 8357543.

HSL color Cylindrical-coordinate representation of color #A7867F: hue angle of 10.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7867F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB167134127-
CMYK00.200.240.35
HSL10.5º18.52%57.65%-
HSV(B)10.5º23.95%65.49%-
XYZ28.2926.823.76-
YUV143.07118.93145.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 127 (50% from 255) = 29.67%
R=39.02%
G=31.31%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713412700.200.240.3510.518.5257.65
HexA7867F0141823b133a
Octal2472061770243043132372
Binary1010011110000110111111101010011000100011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7867F; }

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

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

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

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

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

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

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

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