#A58782

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

Shades of Brandy Rose #A58782

Tints of Brandy Rose #A58782

Color information

#A58782 (or 0xA58782) is unknown color: approx Brandy Rose. HEX triplet: A5, 87 and 82. RGB value is (165,135,130). Sum of RGB (Red+Green+Blue) = 165+135+130=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58782 is #5A787D. Grayscale: #8F8F8F. Windows color (decimal): -5929086 or 8554405. OLE color: 8554405.

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

Color convert

RGB165135130-
CMYK00.180.210.35
HSL8.57º16.28%57.84%-
HSV(B)8.57º21.21%64.71%-
XYZ28.2126.9424.83-
YUV143.4120.44143.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=38.37%
G=31.40%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513513000.180.210.358.5716.2857.84
HexA5878201215239103a
Octal2452072020222543112072
Binary10100101100001111000001001001010101100011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58782; }

 p { color: rgb(165,135,130); }

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

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

 a { background-color: rgb(165,135,130); }

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

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

 span { border-color: rgb(165,135,130); }

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