#A4867F

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

Shades of Brandy Rose #A4867F

Tints of Brandy Rose #A4867F

Color information

#A4867F (or 0xA4867F) is unknown color: approx Brandy Rose. HEX triplet: A4, 86 and 7F. RGB value is (164,134,127). Sum of RGB (Red+Green+Blue) = 164+134+127=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4867F is #5B7980. Grayscale: #8E8E8E. Windows color (decimal): -5994881 or 8357540. OLE color: 8357540.

HSL color Cylindrical-coordinate representation of color #A4867F: hue angle of 11.35º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4867F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164134127-
CMYK00.180.230.36
HSL11.35º16.89%57.06%-
HSV(B)11.35º22.56%64.31%-
XYZ27.6726.4823.73-
YUV142.17119.44143.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 127 (50% from 255) = 29.88%
R=38.59%
G=31.53%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413412700.180.230.3611.3516.8957.06
HexA4867F0121724b1139
Octal2442061770222744132171
Binary1010010010000110111111101001010111100100101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4867F; }

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

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

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

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

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

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

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

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