#A58A96

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

Shades of Bouquet #A58A96

Tints of Bouquet #A58A96

Color information

#A58A96 (or 0xA58A96) is unknown color: approx Bouquet. HEX triplet: A5, 8A and 96. RGB value is (165,138,150). Sum of RGB (Red+Green+Blue) = 165+138+150=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58A96 is #5A7569. Grayscale: #939393. Windows color (decimal): -5928298 or 9865893. OLE color: 9865893.

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

Color convert

RGB165138150-
CMYK00.160.090.35
HSL333.33º13.04%59.41%-
HSV(B)333.33º16.36%64.71%-
XYZ30.1128.3832.74-
YUV147.44129.45140.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=36.42%
G=30.46%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513815000.160.090.35333.3313.0459.41
HexA58A9601092314dd3b
Octal24521222602011435151573
Binary10100101100010101001011001000010011000111010011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A96; }

 p { color: rgb(165,138,150); }

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

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

 a { background-color: rgb(165,138,150); }

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

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

 span { border-color: rgb(165,138,150); }

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