#A8837F

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

Shades of Brandy Rose #A8837F

Tints of Brandy Rose #A8837F

Color information

#A8837F (or 0xA8837F) is unknown color: approx Brandy Rose. HEX triplet: A8, 83 and 7F. RGB value is (168,131,127). Sum of RGB (Red+Green+Blue) = 168+131+127=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8837F is #577C80. Grayscale: #8D8D8D. Windows color (decimal): -5733505 or 8356776. OLE color: 8356776.

HSL color Cylindrical-coordinate representation of color #A8837F: hue angle of 5.85º 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 #A8837F is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168131127-
CMYK00.220.240.34
HSL5.85º19.07%57.84%-
HSV(B)5.85º24.4%65.88%-
XYZ28.126.0923.63-
YUV141.61119.76146.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 127 (50% from 255) = 29.81%
R=39.44%
G=30.75%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813112700.220.240.345.8519.0757.84
HexA8837F01618226133a
Octal250203177026304262372
Binary101010001000001111111110101101100010001011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8837F; }

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

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

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

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

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

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

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

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