#A38490

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

Shades of Bouquet #A38490

Tints of Bouquet #A38490

Color information

#A38490 (or 0xA38490) is unknown color: approx Bouquet. HEX triplet: A3, 84 and 90. RGB value is (163,132,144). Sum of RGB (Red+Green+Blue) = 163+132+144=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A38490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38490 is #5C7B6F. Grayscale: #8E8E8E. Windows color (decimal): -6060912 or 9471139. OLE color: 9471139.

HSL color Cylindrical-coordinate representation of color #A38490: hue angle of 336.77º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38490 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163132144-
CMYK00.190.120.36
HSL336.77º14.42%57.84%-
HSV(B)336.77º19.02%63.92%-
XYZ28.3926.329.97-
YUV142.64128.77142.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=37.13%
G=30.07%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313214400.190.120.36336.7714.4257.84
HexA38490013C24151e3a
Octal24320422002314445211672
Binary10100011100001001001000001001111001001001010100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38490; }

 p { color: rgb(163,132,144); }

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

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

 a { background-color: rgb(163,132,144); }

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

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

 span { border-color: rgb(163,132,144); }

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