#A58780

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

Shades of Brandy Rose #A58780

Tints of Brandy Rose #A58780

Color information

#A58780 (or 0xA58780) is unknown color: approx Brandy Rose. HEX triplet: A5, 87 and 80. RGB value is (165,135,128). Sum of RGB (Red+Green+Blue) = 165+135+128=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A58780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58780 is #5A787F. Grayscale: #8F8F8F. Windows color (decimal): -5929088 or 8423333. OLE color: 8423333.

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

Color convert

RGB165135128-
CMYK00.180.220.35
HSL11.35º17.05%57.45%-
HSV(B)11.35º22.42%64.71%-
XYZ28.0826.8924.13-
YUV143.17119.44143.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=38.55%
G=31.54%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513512800.180.220.3511.3517.0557.45
HexA587800121623b1139
Octal2452072000222643132171
Binary10100101100001111000000001001010110100011101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58780; }

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

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

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

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

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

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

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

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