#A58681

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

Shades of Brandy Rose #A58681

Tints of Brandy Rose #A58681

Color information

#A58681 (or 0xA58681) is unknown color: approx Brandy Rose. HEX triplet: A5, 86 and 81. RGB value is (165,134,129). Sum of RGB (Red+Green+Blue) = 165+134+129=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A58681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58681 is #5A797E. Grayscale: #8E8E8E. Windows color (decimal): -5929343 or 8488613. OLE color: 8488613.

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

Color convert

RGB165134129-
CMYK00.190.220.35
HSL8.33º16.67%57.65%-
HSV(B)8.33º21.82%64.71%-
XYZ2826.6324.43-
YUV142.7120.27143.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=38.55%
G=31.31%
B=30.14%

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
Decimal16513412900.190.220.358.3316.6757.65
HexA5868101316238113a
Octal2452062010232643102172
Binary10100101100001101000000101001110110100011100010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58681; }

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

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

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

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

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

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

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

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