#A58290

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

Shades of Bouquet #A58290

Tints of Bouquet #A58290

Color information

#A58290 (or 0xA58290) is unknown color: approx Bouquet. HEX triplet: A5, 82 and 90. RGB value is (165,130,144). Sum of RGB (Red+Green+Blue) = 165+130+144=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A58290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58290 is #5A7D6F. Grayscale: #8E8E8E. Windows color (decimal): -5930352 or 9470629. OLE color: 9470629.

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

Color convert

RGB165130144-
CMYK00.210.130.35
HSL336º16.28%57.84%-
HSV(B)336º21.21%64.71%-
XYZ28.5325.9829.9-
YUV142.06129.1144.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=37.59%
G=29.61%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513014400.210.130.3533616.2857.84
HexA58290015D23150103a
Octal24520222002515435202072
Binary101001011000001010010000010101110110001110101000010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58290; }

 p { color: rgb(165,130,144); }

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

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

 a { background-color: rgb(165,130,144); }

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

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

 span { border-color: rgb(165,130,144); }

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