#A38599

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

Shades of Bouquet #A38599

Tints of Bouquet #A38599

Color information

#A38599 (or 0xA38599) is unknown color: approx Bouquet. HEX triplet: A3, 85 and 99. RGB value is (163,133,153). Sum of RGB (Red+Green+Blue) = 163+133+153=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A38599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38599 is #5C7A66. Grayscale: #909090. Windows color (decimal): -6060647 or 10061219. OLE color: 10061219.

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

Color convert

RGB163133153-
CMYK00.180.060.36
HSL320º14.02%58.04%-
HSV(B)320º18.4%63.92%-
XYZ29.2426.8633.78-
YUV144.25132.94141.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=36.30%
G=29.62%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313315300.180.060.3632014.0258.04
HexA38599012624140e3a
Octal2432052310226445001672
Binary1010001110000101100110010100101101001001010000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38599; }

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

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

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

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

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

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

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

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