#A8837D

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

Shades of Brandy Rose #A8837D

Tints of Brandy Rose #A8837D

Color information

#A8837D (or 0xA8837D) is unknown color: approx Brandy Rose. HEX triplet: A8, 83 and 7D. RGB value is (168,131,125). Sum of RGB (Red+Green+Blue) = 168+131+125=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A8837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8837D is #577C82. Grayscale: #8D8D8D. Windows color (decimal): -5733507 or 8225704. OLE color: 8225704.

HSL color Cylindrical-coordinate representation of color #A8837D: hue angle of 8.37º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8837D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB168131125-
CMYK00.220.260.34
HSL8.37º19.82%57.45%-
HSV(B)8.37º25.6%65.88%-
XYZ27.9726.0422.95-
YUV141.38118.76146.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=39.62%
G=30.90%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813112500.220.260.348.3719.8257.45
HexA8837D0161A2281439
Octal2502031750263242102471
Binary1010100010000011111110101011011010100010100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8837D; }

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

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

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

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

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

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

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

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