#A8867F

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

Shades of Brandy Rose #A8867F

Tints of Brandy Rose #A8867F

Color information

#A8867F (or 0xA8867F) is unknown color: approx Brandy Rose. HEX triplet: A8, 86 and 7F. RGB value is (168,134,127). Sum of RGB (Red+Green+Blue) = 168+134+127=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8867F is #577980. Grayscale: #8F8F8F. Windows color (decimal): -5732737 or 8357544. OLE color: 8357544.

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

Color convert

RGB168134127-
CMYK00.200.240.34
HSL10.24º19.07%57.84%-
HSV(B)10.24º24.4%65.88%-
XYZ28.526.9123.77-
YUV143.37118.76145.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 127 (50% from 255) = 29.60%
R=39.16%
G=31.24%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813412700.200.240.3410.2419.0757.84
HexA8867F0141822a133a
Octal2502061770243042122372
Binary1010100010000110111111101010011000100010101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8867F; }

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

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

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

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

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

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

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

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