#A3889D

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

Shades of Bouquet #A3889D

Tints of Bouquet #A3889D

Color information

#A3889D (or 0xA3889D) is unknown color: approx Bouquet. HEX triplet: A3, 88 and 9D. RGB value is (163,136,157). Sum of RGB (Red+Green+Blue) = 163+136+157=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A3889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3889D is #5C7762. Grayscale: #929292. Windows color (decimal): -6059875 or 10324131. OLE color: 10324131.

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

Color convert

RGB163136157-
CMYK00.170.040.36
HSL313.33º12.8%58.63%-
HSV(B)313.33º16.56%63.92%-
XYZ29.9927.8335.69-
YUV146.47133.95139.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=35.75%
G=29.82%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313615700.170.040.36313.3312.858.63
HexA3889D011424139d3b
Octal2432102350214444711573
Binary1010001110001000100111010100011001001001001110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3889D; }

 p { color: rgb(163,136,157); }

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

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

 a { background-color: rgb(163,136,157); }

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

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

 span { border-color: rgb(163,136,157); }

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