#A58B9B

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

Shades of Bouquet #A58B9B

Tints of Bouquet #A58B9B

Color information

#A58B9B (or 0xA58B9B) is unknown color: approx Bouquet. HEX triplet: A5, 8B and 9B. RGB value is (165,139,155). Sum of RGB (Red+Green+Blue) = 165+139+155=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58B9B is #5A7464. Grayscale: #949494. Windows color (decimal): -5928037 or 10193829. OLE color: 10193829.

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

Color convert

RGB165139155-
CMYK00.160.060.35
HSL323.08º12.62%59.61%-
HSV(B)323.08º15.76%64.71%-
XYZ30.6728.8334.96-
YUV148.6131.61139.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=35.95%
G=30.28%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513915500.160.060.35323.0812.6259.61
HexA58B9B010623143d3c
Octal2452132330206435031574
Binary1010010110001011100110110100001101000111010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B9B; }

 p { color: rgb(165,139,155); }

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

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

 a { background-color: rgb(165,139,155); }

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

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

 span { border-color: rgb(165,139,155); }

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