#A58881

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

Shades of Brandy Rose #A58881

Tints of Brandy Rose #A58881

Color information

#A58881 (or 0xA58881) is unknown color: approx Brandy Rose. HEX triplet: A5, 88 and 81. RGB value is (165,136,129). Sum of RGB (Red+Green+Blue) = 165+136+129=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58881 is #5A777E. Grayscale: #8F8F8F. Windows color (decimal): -5928831 or 8489125. OLE color: 8489125.

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

Color convert

RGB165136129-
CMYK00.180.220.35
HSL11.67º16.67%57.65%-
HSV(B)11.67º21.82%64.71%-
XYZ28.2827.1924.53-
YUV143.87119.61143.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 129 (50.78% from 255) = 30%
R=38.37%
G=31.63%
B=30%

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
Decimal16513612900.180.220.3511.6716.6757.65
HexA588810121623c113a
Octal2452102010222643142172
Binary10100101100010001000000101001010110100011110010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58881; }

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

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

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

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

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

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

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

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