#A3858F

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

Shades of Bouquet #A3858F

Tints of Bouquet #A3858F

Color information

#A3858F (or 0xA3858F) is unknown color: approx Bouquet. HEX triplet: A3, 85 and 8F. RGB value is (163,133,143). Sum of RGB (Red+Green+Blue) = 163+133+143=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A3858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3858F is #5C7A70. Grayscale: #8F8F8F. Windows color (decimal): -6060657 or 9405859. OLE color: 9405859.

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

Color convert

RGB163133143-
CMYK00.180.120.36
HSL340º14.02%58.04%-
HSV(B)340º18.4%63.92%-
XYZ28.4526.5429.61-
YUV143.11127.94142.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=37.13%
G=30.30%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313314300.180.120.3634014.0258.04
HexA3858F012C24154e3a
Octal24320521702214445241672
Binary10100011100001011000111101001011001001001010101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3858F; }

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

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

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

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

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

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

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

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