#A38394

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

Shades of Bouquet #A38394

Tints of Bouquet #A38394

Color information

#A38394 (or 0xA38394) is unknown color: approx Bouquet. HEX triplet: A3, 83 and 94. RGB value is (163,131,148). Sum of RGB (Red+Green+Blue) = 163+131+148=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A38394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38394 is #5C7C6B. Grayscale: #8E8E8E. Windows color (decimal): -6061164 or 9733027. OLE color: 9733027.

HSL color Cylindrical-coordinate representation of color #A38394: hue angle of 328.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38394 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163131148-
CMYK00.200.090.36
HSL328.12º14.81%57.65%-
HSV(B)328.12º19.63%63.92%-
XYZ28.5726.1631.56-
YUV142.51131.1142.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=36.88%
G=29.64%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313114800.200.090.36328.1214.8157.65
HexA38394014924148f3a
Octal24320322402411445101772
Binary10100011100000111001010001010010011001001010010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38394; }

 p { color: rgb(163,131,148); }

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

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

 a { background-color: rgb(163,131,148); }

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

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

 span { border-color: rgb(163,131,148); }

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