#A38794

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

Shades of Bouquet #A38794

Tints of Bouquet #A38794

Color information

#A38794 (or 0xA38794) is unknown color: approx Bouquet. HEX triplet: A3, 87 and 94. RGB value is (163,135,148). Sum of RGB (Red+Green+Blue) = 163+135+148=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A38794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38794 is #5C786B. Grayscale: #909090. Windows color (decimal): -6060140 or 9734051. OLE color: 9734051.

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

Color convert

RGB163135148-
CMYK00.170.090.36
HSL332.14º13.21%58.43%-
HSV(B)332.14º17.18%63.92%-
XYZ29.1127.2531.74-
YUV144.85129.78140.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=36.55%
G=30.27%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313514800.170.090.36332.1413.2158.43
HexA3879401192414cd3a
Octal24320722402111445141572
Binary10100011100001111001010001000110011001001010011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38794; }

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

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

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

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

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

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

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

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