#A5837C

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

Shades of Brandy Rose #A5837C

Tints of Brandy Rose #A5837C

Color information

#A5837C (or 0xA5837C) is unknown color: approx Brandy Rose. HEX triplet: A5, 83 and 7C. RGB value is (165,131,124). Sum of RGB (Red+Green+Blue) = 165+131+124=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5837C is #5A7C83. Grayscale: #8C8C8C. Windows color (decimal): -5930116 or 8160165. OLE color: 8160165.

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

Color convert

RGB165131124-
CMYK00.210.250.35
HSL10.24º18.55%56.67%-
HSV(B)10.24º24.85%64.71%-
XYZ27.2725.6922.59-
YUV140.37118.76145.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=39.29%
G=31.19%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513112400.210.250.3510.2418.5556.67
HexA5837C0151923a1339
Octal2452031740253143122371
Binary1010010110000011111110001010111001100011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5837C; }

 p { color: rgb(165,131,124); }

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

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

 a { background-color: rgb(165,131,124); }

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

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

 span { border-color: rgb(165,131,124); }

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