#A38399

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

Shades of Bouquet #A38399

Tints of Bouquet #A38399

Color information

#A38399 (or 0xA38399) is unknown color: approx Bouquet. HEX triplet: A3, 83 and 99. RGB value is (163,131,153). Sum of RGB (Red+Green+Blue) = 163+131+153=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A38399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38399 is #5C7C66. Grayscale: #8F8F8F. Windows color (decimal): -6061159 or 10060707. OLE color: 10060707.

HSL color Cylindrical-coordinate representation of color #A38399: hue angle of 318.75º 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 #A38399 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB163131153-
CMYK00.200.060.36
HSL318.75º14.81%57.65%-
HSV(B)318.75º19.63%63.92%-
XYZ28.9726.3233.69-
YUV143.08133.6142.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=36.47%
G=29.31%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313115300.200.060.36318.7514.8157.65
HexA3839901462413ff3a
Octal2432032310246444771772
Binary1010001110000011100110010101001101001001001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38399; }

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

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

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

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

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

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

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

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