#A58680

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

Shades of Brandy Rose #A58680

Tints of Brandy Rose #A58680

Color information

#A58680 (or 0xA58680) is unknown color: approx Brandy Rose. HEX triplet: A5, 86 and 80. RGB value is (165,134,128). Sum of RGB (Red+Green+Blue) = 165+134+128=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A58680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58680 is #5A797F. Grayscale: #8E8E8E. Windows color (decimal): -5929344 or 8423077. OLE color: 8423077.

HSL color Cylindrical-coordinate representation of color #A58680: hue angle of 9.73º 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 #A58680 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB165134128-
CMYK00.190.220.35
HSL9.73º17.05%57.45%-
HSV(B)9.73º22.42%64.71%-
XYZ27.9426.6124.09-
YUV142.58119.77143.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=38.64%
G=31.38%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513412800.190.220.359.7317.0557.45
HexA586800131623a1139
Octal2452062000232643122171
Binary10100101100001101000000001001110110100011101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58680; }

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

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

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

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

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

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

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

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