#A5837B

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

Shades of Brandy Rose #A5837B

Tints of Brandy Rose #A5837B

Color information

#A5837B (or 0xA5837B) is unknown color: approx Brandy Rose. HEX triplet: A5, 83 and 7B. RGB value is (165,131,123). Sum of RGB (Red+Green+Blue) = 165+131+123=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5837B is #5A7C84. Grayscale: #8C8C8C. Windows color (decimal): -5930117 or 8094629. OLE color: 8094629.

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

Color convert

RGB165131123-
CMYK00.210.250.35
HSL11.43º18.92%56.47%-
HSV(B)11.43º25.45%64.71%-
XYZ27.2125.6622.26-
YUV140.25118.26145.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=39.38%
G=31.26%
B=29.36%

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
Decimal16513112300.210.250.3511.4318.9256.47
HexA5837B0151923b1338
Octal2452031730253143132370
Binary1010010110000011111101101010111001100011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5837B; }

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

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

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

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

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

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

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

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